blob: 3406b6a43a8f536508af7701faa120bbe8f66fa6 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001classes:
2 - service.rundeck.common
3 - service.rundeck.server.single
4parameters:
5 rundeck:
6 server:
7 user:
8 uid: 550
9 gid: 550
10 home_dir: /srv/volumes/rundeck
11 root_dir: /srv/volumes/rundeck
12 api:
13 host: ${_param:haproxy_rundeck_bind_host}
14 port: ${_param:haproxy_rundeck_bind_port}
15 https: ${_param:haproxy_rundeck_ssl:enabled}
16 ssh:
17 user: ${_param:rundeck_runbook_user}
18 private_key: ${_param:rundeck_runbook_private_key}
19 public_key: ${_param:rundeck_runbook_public_key}