blob: 1cfeb42a78709bed3a21ef00b035b5d7b2ac091e [file] [log] [blame]
Simon Pasquierc8eeebc2017-01-13 13:47:19 +01001parameters:
2 _param:
3 salt_master_api_port: 8000
4 salt:
5 api:
6 enabled: true
7 bind:
8 address: 0.0.0.0
9 port: ${_param:salt_master_api_port}
10 master:
11 command_timeout: 600
12 user:
13 salt:
14 permissions:
15 - '.*'
16 - '@local'
17 - '@wheel' # to allow access to all wheel modules
18 - '@runner' # to allow access to all runner modules
19 - '@jobs' # to allow access to the jobs runner and/or wheel mo
20 linux:
21 system:
22 user:
23 salt:
24 enabled: true
25 name: salt
26 password: ${_param:salt_api_password_hash}
27 home: /var/tmp/salt
28 sudo: false
29 system: true
30 shell: /bin/false