https://github.com/styts/salty
My salt config files, to provision new environments.
https://github.com/styts/salty
Last synced: about 1 month ago
JSON representation
My salt config files, to provision new environments.
- Host: GitHub
- URL: https://github.com/styts/salty
- Owner: styts
- Created: 2013-09-23T20:24:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T20:24:53.000Z (over 12 years ago)
- Last Synced: 2025-01-28T01:26:51.635Z (over 1 year ago)
- Language: Scheme
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salt config
This repo contains the SaltStack configurtion to quickly provision a server to
my liking.
Start by setting up a new VM with vagrant or a new machine.
# install salt
curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
# call salt from within the VM
sudo salt-call --local state.highstate -l debug
If using a `Vagrantfile`, mount the salt config files under `/srv/salt`
config.vm.synced_folder "salt/", "/srv/salt"