blob: 1c89f4fd245f648d56d5c6a75177eb643d5d92e5 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001classes:
2 - service.rundeck.common
3 - service.rundeck.server.single
4parameters:
Ilya Kharin3f2d64d2017-05-26 17:52:48 +04005 _param:
6 rundeck_postgresql_username: rundeck
7 rundeck_postgresql_password: password
8 rundeck_postgresql_database: rundeck
9 rundeck_postgresql_host: ${_param:control_vip_address}
10 rundeck_postgresql_port: 5432
Ilya Kharin9b2348c2017-04-13 15:55:32 +040011 rundeck:
12 server:
13 user:
14 uid: 550
15 gid: 550
16 home_dir: /srv/volumes/rundeck
17 root_dir: /srv/volumes/rundeck
Ilya Kharin3f2d64d2017-05-26 17:52:48 +040018 datasource:
19 engine: postgresql
20 host: ${_param:rundeck_postgresql_host}
21 port: ${_param:rundeck_postgresql_port}
22 username: ${_param:rundeck_postgresql_username}
23 password: ${_param:rundeck_postgresql_password}
24 database: ${_param:rundeck_postgresql_database}
Ilya Kharin9b2348c2017-04-13 15:55:32 +040025 api:
26 host: ${_param:haproxy_rundeck_bind_host}
27 port: ${_param:haproxy_rundeck_bind_port}
28 https: ${_param:haproxy_rundeck_ssl:enabled}
29 ssh:
30 user: ${_param:rundeck_runbook_user}
31 private_key: ${_param:rundeck_runbook_private_key}
32 public_key: ${_param:rundeck_runbook_public_key}