Deploy salt-minion using salt-ssh
Typical saltstack stack setup requires installing salt-master and installing salt-minions into all the managed nodes. This task can be tedious when the number as the managed nodes increased. As long as the managed nodes are accessible via ssh from the master nodes, we can automate this task and deploy salt-minion using salt-ssh. In your salt-master run the following: # cd /srv/salt # mkdir -p deploysalt/conf # cd deploysalt Create a file called init.sls with the following content: Add_Repository: pkgr...