blob: a41481ac6e189a93886ec43578961b47bb0aef56 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001classes:
2 - service.rundeck.common
3parameters:
4 linux:
5 system:
6 user:
7 runbook:
8 enabled: true
9 name: ${_param:rundeck_runbook_user}
10 system: true
11 sudo: true
Ilya Kharinddbb9a02017-06-07 03:20:51 +040012 groups:
13 - docker
Ilya Kharin9b2348c2017-04-13 15:55:32 +040014 full_name: Rundeck Remote
15 home: /var/lib/runbook
16 openssh:
17 server:
18 enabled: true
19 user:
20 runbook:
21 enabled: true
22 public_keys:
23 - key: ${_param:rundeck_runbook_public_key}
24 user: ${linux:system:user:runbook}
Ilya Kharin8c0400c2017-06-08 05:38:51 +040025 accept_env:
26 - RD_OPTION_*