1
+ # edit below
2
+ project.disable.executions =false
3
+ project.disable.schedule =false
4
+ project.execution.history.cleanup.batch =500
5
+ project.execution.history.cleanup.enabled =false
6
+ project.execution.history.cleanup.retention.days =60
7
+ project.execution.history.cleanup.retention.minimum =50
8
+ project.execution.history.cleanup.schedule =0 0 0 1/1 * ? *
9
+ project.jobs.gui.groupExpandLevel =1
10
+ project.later.executions.disable.value =0
11
+ project.later.executions.disable =false
12
+ project.later.executions.enable.value =
13
+ project.later.executions.enable =false
14
+ project.later.schedule.disable.value =
15
+ project.later.schedule.disable =false
16
+ project.later.schedule.enable.value =
17
+ project.later.schedule.enable =false
18
+ project.name =ansible-large-inventory
19
+ project.nodeCache.enabled =false
20
+ project.nodeCache.firstLoadSynch =true
21
+ project.output.allowUnsanitized =false
22
+ project.retry-counter =3
23
+ project.ssh-authentication =privateKey
24
+ resources.source.1.type =local
25
+ resources.source.2.config.ansible-config-file-path =/home/rundeck/ansible/ansible.cfg
26
+ resources.source.2.config.ansible-gather-facts =false
27
+ resources.source.2.config.ansible-ignore-errors =true
28
+ resources.source.2.config.ansible-inventory =/home/rundeck/ansible/large-inventory.py
29
+ resources.source.2.type =com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory
30
+ service.FileCopier.default.provider =sshj-scp
31
+ service.NodeExecutor.default.provider =sshj-ssh
0 commit comments