Ilya Kharin | 9954eaf | 2017-03-06 15:21:07 +0400 | [diff] [blame] | 1 | parameters: |
2 | devops_portal: | ||||
3 | control: | ||||
4 | services: | ||||
5 | rundeck: | ||||
6 | enabled: true | ||||
7 | endpoint: ${_param:devops_portal_rundeck_url} | ||||
8 | configure_proxy: true | ||||
9 | credentials: | ||||
10 | token: ${_param:devops_portal_rundeck_token} | ||||
11 | username: ${_param:devops_portal_rundeck_username} | ||||
12 | password: ${_param:devops_portal_rundeck_password} |