blob: 6e3f1f6e9975a10a46bfee00d3e53bd58bb965e8 [file] [log] [blame]
classes:
- service.rundeck.common
- service.rundeck.server.single
parameters:
_param:
rundeck_postgresql_username: rundeck
rundeck_postgresql_password: password
rundeck_postgresql_database: rundeck
rundeck_postgresql_host: ${_param:control_vip_address}
rundeck_postgresql_port: 5432
rundeck_server_ssh_timeout: 300000
rundeck_forward_iframe: False
rundeck_iframe_host: "external-proxy-endpoint"
rundeck_iframe_port: ${_param:haproxy_rundeck_exposed_port}
rundeck_iframe_ssl: False
rundeck:
server:
user:
uid: 550
gid: 550
home_dir: /srv/volumes/rundeck
root_dir: /srv/volumes/rundeck
datasource:
engine: postgresql
host: ${_param:rundeck_postgresql_host}
port: ${_param:rundeck_postgresql_port}
username: ${_param:rundeck_postgresql_username}
password: ${_param:rundeck_postgresql_password}
database: ${_param:rundeck_postgresql_database}
api:
host: ${_param:haproxy_rundeck_bind_host}
port: ${_param:haproxy_rundeck_bind_port}
https: ${_param:haproxy_rundeck_ssl:enabled}
iframe:
external_forward: ${_param:rundeck_forward_iframe}
host: ${_param:rundeck_iframe_host}
port: ${_param:rundeck_iframe_port}
https: ${_param:rundeck_iframe_ssl}
ssh:
user: ${_param:rundeck_runbook_user}
private_key: ${_param:rundeck_runbook_private_key}
public_key: ${_param:rundeck_runbook_public_key}
timeout: ${_param:rundeck_server_ssh_timeout}