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