Last active
January 11, 2020 22:55
-
-
Save keeth/89097990b05122e01c85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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