Created
April 26, 2014 11:59
-
-
Save armonge/11318357 to your computer and use it in GitHub Desktop.
Salt Config
This file contains hidden or 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
gitfs_remotes: | |
- https://github.com/saltstack-formulas/nginx-formula.git | |
- https://github.com/saltstack-formulas/apache-formula.git | |
- https://github.com/saltstack-formulas/mysql-formula.git | |
- https://github.com/saltstack-formulas/vim-formula.git | |
- https://github.com/saltstack-formulas/build-essential-formula.git | |
- https://github.com/saltstack-formulas/pip-formula.git | |
fileserver_backend: | |
- git | |
- roots |
This file contains hidden or 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
base: | |
'*': | |
- vim | |
- vim.salt | |
- build-essential | |
'role:dbserver': | |
- match: grain | |
- mysql.server | |
- mysql.client | |
'role:webserver': | |
- match: grain | |
- mysql.client | |
- apache | |
- apache.debian_full | |
- apache.vhosts.standard | |
'role:load_balancer': | |
- match: grain | |
- nginx | |
- nginx.common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment