Skip to content

Instantly share code, notes, and snippets.

@stbenjam
Created October 23, 2015 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stbenjam/2aa8f31bc869231d5f18 to your computer and use it in GitHub Desktop.
Save stbenjam/2aa8f31bc869231d5f18 to your computer and use it in GitHub Desktop.
debian 8 api on http
/etc/salt/master:
external_auth:
pam:
saltuser:
- '@runner'
rest_cherrypy:
port: 9191
host: 127.0.0.1
disable_ssl: true
In /etc/foreman-proxy/settings.d/salt.yml:
set api_url to http://localhost:9191/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment