Created
October 12, 2016 17:32
-
-
Save tomasfejfar/bcd4f2cfe528e7681627bf6ed8536733 to your computer and use it in GitHub Desktop.
Minimal salt setup
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
curl -L https://bootstrap.saltstack.com -o bootstrap_salt.sh | |
sudo sh bootstrap_salt.sh | |
echo "file_client: local" >> /etc/salt/minion | |
apt-get install python-git | |
apt-get install software-properties-common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More detailed setup instructions I used for mojeskoly.cz are to be found at https://github.com/moje-skoly/salt/blob/master/README.md