blob: d7f1a182e5a4d1cd03b29324683990ba7257cbe8 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001classes:
2 - service.rundeck.common
3 - service.rundeck.server.single
4parameters:
Ilya Kharin3f2d64d2017-05-26 17:52:48 +04005 _param:
Vladislav Naumov125d5b12017-08-14 18:32:29 +03006 rundeck_server_ssh_timeout: 300000
Vnaumov064012f2017-11-22 12:42:58 +03007 rundeck_forward_iframe: False
8 rundeck_iframe_host: "external-proxy-endpoint"
9 rundeck_iframe_port: ${_param:haproxy_rundeck_exposed_port}
10 rundeck_iframe_ssl: False
Ilya Kharin9b2348c2017-04-13 15:55:32 +040011 rundeck:
12 server:
13 user:
14 uid: 550
15 gid: 550
16 home_dir: /srv/volumes/rundeck
17 root_dir: /srv/volumes/rundeck
Ilya Kharin9b2348c2017-04-13 15:55:32 +040018 api:
19 host: ${_param:haproxy_rundeck_bind_host}
20 port: ${_param:haproxy_rundeck_bind_port}
21 https: ${_param:haproxy_rundeck_ssl:enabled}
Vnaumov064012f2017-11-22 12:42:58 +030022 iframe:
23 external_forward: ${_param:rundeck_forward_iframe}
24 host: ${_param:rundeck_iframe_host}
25 port: ${_param:rundeck_iframe_port}
26 https: ${_param:rundeck_iframe_ssl}
Ilya Kharin9b2348c2017-04-13 15:55:32 +040027 ssh:
28 user: ${_param:rundeck_runbook_user}
29 private_key: ${_param:rundeck_runbook_private_key}
30 public_key: ${_param:rundeck_runbook_public_key}
Vladislav Naumov125d5b12017-08-14 18:32:29 +030031 timeout: ${_param:rundeck_server_ssh_timeout}