Skip to content

Instantly share code, notes, and snippets.

@chrisLeeTW
Created December 30, 2016 07:15
Show Gist options
  • Save chrisLeeTW/a4dd630e841e63dda888ca1b63073a79 to your computer and use it in GitHub Desktop.
Save chrisLeeTW/a4dd630e841e63dda888ca1b63073a79 to your computer and use it in GitHub Desktop.
saltstack issue information : local_batch client ignore external auth
interface: 0.0.0.0
publish_port: 4505
sign_pub_messages: True
file_roots:
base:
- /srv/salt
pillar_roots:
base:
- /srv/salt/pillar
file_ignore_regex:
- '/\.svn($|/)'
- '/\.git($|/)'
fileserver_backend:
- roots
state_output: mixed
hash_type: sha256
auto_accept: True
failhard: True
external_auth:
pam:
salt:
- '*':
- state.highstate
- test.ping
- '@jobs'
- '@runner'
rest_cherrypy:
port: 8000
host: 0.0.0.0
debug: False
disable_ssl: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment