Simon Pasquier | c8eeebc | 2017-01-13 13:47:19 +0100 | [diff] [blame^] | 1 | parameters: |
| 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 |