This website requires JavaScript.
Explore
Help
Sign In
john
/
vagrant-saltlab
Watch
1
Star
0
Fork
You've already forked vagrant-saltlab
0
mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced
2024-12-18 15:22:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ebfe38e51e
vagrant-saltlab
/
salt_content
/
gitfs
/
salt
/
top.sls
10 lines
123 B
Text
Raw
Normal View
History
Unescape
Escape
start playing with top.sls - assign two minions the 'roles:web' grain - create the 'cowsay' state - match the 'vim' state to all minions - match the 'cowsay' state to minions w/ 'roles:saltlab' - match the 'nginx' state to minions w/ 'roles:web'
2023-03-24 22:12:03 +00:00
base:
'*':
- vim
'roles:saltlab':
- match: grain
fun with pillars - map distros to package names - create users on saltlab minions - ditch cowsay - replace nginx with apache (and pull pkg name from pillar data)
2023-03-25 04:11:25 +00:00
- users
start playing with top.sls - assign two minions the 'roles:web' grain - create the 'cowsay' state - match the 'vim' state to all minions - match the 'cowsay' state to minions w/ 'roles:saltlab' - match the 'nginx' state to minions w/ 'roles:web'
2023-03-24 22:12:03 +00:00
'roles:web':
- match: grain
further work on webserver state - rename apache->webserver state - configure firewall rules to permit http/https - fix index.html path
2023-03-27 15:38:35 +00:00
- webserver
Reference in a new issue
Copy permalink