blob: b1474ccc96a1f5c16c91d08c1bbef6536f646cfe [file] [log] [blame]
Ilya Kharin9954eaf2017-03-06 15:21:07 +04001parameters:
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}