Skip to content

Instantly share code, notes, and snippets.

@keeth
Last active January 11, 2020 22:55
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 keeth/89097990b05122e01c85 to your computer and use it in GitHub Desktop.
Save keeth/89097990b05122e01c85 to your computer and use it in GitHub Desktop.
salt:
master:
fileserver_backend:
- git
gitfs_provider: gitpython
gitfs_remotes:
- git@github-salt:sprightco/salt.git:
- root: salt
- git@github-cms:sprightco/cms.git:
- root: etc/salt
- https://github.com/sprightco/salt-formula
# add further formula repos here...
- https://github.com/sprightco/zookeeper-formula
- https://github.com/sprightco/saltstack-elasticsearch-formula
# etc...
ext_pillar:
- git: master git@github-salt:sprightco/salt.git root=pillar
- git: master git@github-secrets:sprightco/secrets.git root=pillar
auto_accept: True
minion:
master: localhost
grains:
env: prod
roles:
- salt-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment