blob: f97b8da78626d18f7691701411d2b0b96d1ffac5 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001classes:
2 - service.rundeck.client
3parameters:
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}
Vnaumov064012f2017-11-22 12:42:58 +030020 api_token: ${_param:rundeck_client_password}