How do I install saltstack on Ubuntu

0 votes
How do I install saltstack on Ubuntu?
Feb 26, 2019 in DevOps Tools by Nishu
4,253 views

1 answer to this question.

0 votes

Hey @Nishu, follow these steps to install saltstack on ubuntu

Add the repo 

sudo add-apt-repository ppa:saltstack/salt 
sudo apt-get update 
sudo apt-get install salt-master

Install and configure Salt-Minion on your client

sudo apt-get install salt-minion
sudo vim /etc/salt/minion     
master: saltmaster.yourserver.com
sudo service salt-minion restart

Accept Minion keys on Master

sudo salt-key -L

You'll see minion's key under unaccepted keys. Execute the folowing command to accept the minion's key

sudo salt-key -F <key>
answered Feb 26, 2019 by Harsha

Related Questions In DevOps Tools

0 votes
1 answer

How do i install Nagios on Ubuntu?

 Hey @Kiran, installing Nagios requires you to ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Riya
758 views
0 votes
1 answer

How do i install splunk on ubuntu?

Hey @Dipti, follow these steps to install ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Kalgi
709 views
0 votes
1 answer

How do I install Splunk on Windows?

Hi haseeb, you can install Splunk Enterprise ...READ MORE

answered Feb 28, 2019 in DevOps Tools by Kalgi
941 views
+2 votes
0 answers

How do I install Maven on CentOS?

I went through below menetioned tutorial https://www.edureka.co/community/38761/how-do-i-install-maven-on-centos but somehow ...READ MORE

Dec 27, 2019 in DevOps Tools by Manoj
• 140 points
488 views
0 votes
1 answer

How to install Saltstack on CentOS?

Hey @Dipti, follow these steps to install ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Avinash
1,098 views
0 votes
1 answer
0 votes
2 answers
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,518 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP