| Ilya Kharin | 91935e5 | 2017-03-23 17:51:00 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | devops_portal: | ||||
| 3 | config: | ||||
| 4 | service: | ||||
| 5 | rundeck: | ||||
| 6 | configure_proxy: true | ||||
| 7 | credentials: | ||||
| 8 | username: admin | ||||
| 9 | password: ${_param:rundeck_admin_password} | ||||
| 10 | endpoint: | ||||
| 11 | address: ${_param:haproxy_rundeck_bind_host} | ||||
| 12 | port: ${_param:haproxy_rundeck_bind_port} | ||||
| 13 | https: ${_param:haproxy_rundeck_ssl:enabled} | ||||