Last active
May 8, 2017 15:55
-
-
Save d1rk/2bfe06ba7553a8743dbf6d8ba78b17e2 to your computer and use it in GitHub Desktop.
install saltstack on ubuntu 16.04
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
sudo su | |
apt-get udate && update -y upgrade | |
sudo sed -i 's/127.0.0.1 localhost/127.0.0.1 localhost salt/' /etc/hosts | |
apt-get install -y salt-master salt-minion | |
git clone https://github.com/d1rk/salt.git | |
ln -s /root/salt /srv/salt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment