Skip to content

Instantly share code, notes, and snippets.

@armonge
Created April 26, 2014 11:59
Show Gist options
  • Save armonge/11318357 to your computer and use it in GitHub Desktop.
Save armonge/11318357 to your computer and use it in GitHub Desktop.
Salt Config
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
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