An open API service indexing awesome lists of open source software.

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.

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"