Skip to content

Instantly share code, notes, and snippets.

@d1rk
Last active May 8, 2017 15:55
Show Gist options
  • Save d1rk/2bfe06ba7553a8743dbf6d8ba78b17e2 to your computer and use it in GitHub Desktop.
Save d1rk/2bfe06ba7553a8743dbf6d8ba78b17e2 to your computer and use it in GitHub Desktop.
install saltstack on ubuntu 16.04
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