Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added cheat sheet

Salt Master

To list Salt minions:

Code Block

salt-key -L

To accept one:

Code Block

salt-key -a <nodeInternalAddress>

To list unaccepted in chronological order:

Code Block

cd /etc/salt/pki/master/minions_pre
ls -lt

Salt maintains a downloadable install script which should work in just about every distribution of Linus. When I ran salt master install script, it didn't actually install the salt master. In the future `aptitude install salt-master` (etc...) works just fine.

...