blob: 773673bc74a9a08f66b2f6e2e71ef2ee4d572568 [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
Ondrej Smolae6e3a8c2017-06-29 18:03:39 +020016 group:
17 docker:
18 enabled: true
19 name: docker
Ilya Kharin9b2348c2017-04-13 15:55:32 +040020 openssh:
21 server:
22 enabled: true
23 user:
24 runbook:
25 enabled: true
26 public_keys:
27 - key: ${_param:rundeck_runbook_public_key}
28 user: ${linux:system:user:runbook}
Ilya Kharin8c0400c2017-06-08 05:38:51 +040029 accept_env:
30 - RD_OPTION_*