Ilya Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.rundeck.common |
| 3 | - service.rundeck.server.single |
| 4 | parameters: |
Ilya Kharin | 3f2d64d | 2017-05-26 17:52:48 +0400 | [diff] [blame] | 5 | _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 Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame] | 11 | rundeck: |
| 12 | server: |
| 13 | user: |
| 14 | uid: 550 |
| 15 | gid: 550 |
| 16 | home_dir: /srv/volumes/rundeck |
| 17 | root_dir: /srv/volumes/rundeck |
Ilya Kharin | 3f2d64d | 2017-05-26 17:52:48 +0400 | [diff] [blame] | 18 | 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 Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame] | 25 | 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} |