| - service.rundeck.server.single |
| rundeck_postgresql_username: rundeck |
| rundeck_postgresql_password: password |
| rundeck_postgresql_database: rundeck |
| rundeck_postgresql_host: ${_param:control_vip_address} |
| rundeck_postgresql_port: 5432 |
| home_dir: /srv/volumes/rundeck |
| root_dir: /srv/volumes/rundeck |
| host: ${_param:rundeck_postgresql_host} |
| port: ${_param:rundeck_postgresql_port} |
| username: ${_param:rundeck_postgresql_username} |
| password: ${_param:rundeck_postgresql_password} |
| database: ${_param:rundeck_postgresql_database} |
| host: ${_param:haproxy_rundeck_bind_host} |
| port: ${_param:haproxy_rundeck_bind_port} |
| https: ${_param:haproxy_rundeck_ssl:enabled} |
| user: ${_param:rundeck_runbook_user} |
| private_key: ${_param:rundeck_runbook_private_key} |
| public_key: ${_param:rundeck_runbook_public_key} |