blob: f15bc39086644ab3c1bd05138721fbdcff448e9f [file] [log] [blame]
Ilya Kharin63bfc492017-06-14 16:53:43 +04001rundeck:
2 client:
3 enabled: true
4 project:
5 project0:
6 description: project
7 node:
8 node01:
9 nodename: node01
10 hostname: node01.cluster.local
11 username: runbook
12 tags: [ubuntu, docker]
13 node02:
14 nodename: node02
15 hostname: node02.cluster.local
16 username: runbook
17 tags: [centos, docker]
18 plugin:
19 import:
20 address: http://gerrit.cluster.local/jobs/rundeck-jobs.git
21 branch: master
Ilya Kharin28ffe0c2017-06-08 03:29:42 +040022 secret:
23 openstack/auth_url:
24 type: password
25 content: http://openstack.cluster.local/identity/v3/auth/tokens
26 openstack/username:
27 type: password
28 content: admin
29 openstack/password:
30 type: password
31 content: password
32 openstack/project_name:
33 type: password
34 content: admin
35 openstack/keypair:
36 enabled: false
37 ssh/runbook:
38 enabled: false