mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-21 19:07:23 +02:00
Support engine configuration
This commit is contained in:
@@ -43,6 +43,22 @@ salt:
|
||||
# filter to use for Most other LDAP servers
|
||||
auth.ldap.filter: {% raw %}'uid={{ username }}'{% endraw %}
|
||||
|
||||
# optional engine configuration
|
||||
engines:
|
||||
slack:
|
||||
token: xoxp-XXXXX-XXXXXXX
|
||||
control: True
|
||||
valid_users:
|
||||
- someuser
|
||||
- otheruser
|
||||
valid_commands:
|
||||
- test.ping
|
||||
- list_jobs
|
||||
aliases:
|
||||
list_jobs:
|
||||
type: runner
|
||||
cmd: jobs.list_jobs
|
||||
|
||||
# salt minion config:
|
||||
minion:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user