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