Ilya Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame^] | 1 | classes: |
| 2 | - service.rundeck.client |
| 3 | parameters: |
| 4 | _param: |
| 5 | rundeck_client_host: ${_param:haproxy_rundeck_bind_host} |
| 6 | rundeck_client_port: ${_param:haproxy_rundeck_bind_port} |
| 7 | rundeck_client_https: ${_param:haproxy_rundeck_ssl:enabled} |
| 8 | rundeck_client_username: ${_param:rundeck_admin_username} |
| 9 | rundeck_client_password: ${_param:rundeck_admin_password} |
| 10 | rundeck: |
| 11 | client: |
| 12 | server: |
| 13 | endpoint: |
| 14 | host: ${_param:rundeck_client_host} |
| 15 | port: ${_param:rundeck_client_port} |
| 16 | https: ${_param:rundeck_client_https} |
| 17 | credentials: |
| 18 | username: ${_param:rundeck_client_username} |
| 19 | password: ${_param:rundeck_client_password} |