salt
Execute commands and assert state on remote salt minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/index.html>.
Install
- All systems
-
curl cmd.cat/salt.sh
- Debian
-
apt-get install salt-master - Ubuntu
-
apt-get install salt-master -
Alpine
-
apk add salt - Arch Linux
-
pacman -S salt - Fedora
-
dnf install salt-master - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install salt-master - OS X
-
brew install salt - Raspbian
-
apt-get install salt-master - Docker
-
docker run cmd.cat/salt saltpowered by Commando
Execute commands and assert state on remote salt minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/index.html>.
-
List connected minions:
salt '*' test.ping -
Execute a highstate on all connected minions:
salt '*' state.highstate -
Upgrade packages using the OS package manager (apt, yum, brew) on a subset of minions:
salt '*.example.com' pkg.upgrade -
Execute an arbitrary command on a particular minion:
salt 'minion_id' cmd.run "ls "
© tl;dr; authors and contributors