salt-run
Frontend for executing salt-runners on minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-run.html>.
Install
- All systems
-
curl cmd.cat/salt-run.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 update
sudo apt-get install salt-master
- OS X
-
brew install salt
- Raspbian
-
apt-get install salt-master
- Dockerfile
- dockerfile.run/salt-run
- Docker
-
docker run cmd.cat/salt-run salt-run
powered by Commando
Frontend for executing salt-runners on minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-run.html>.
-
Show status of all minions:
salt-run manage.status
-
Show all minions which are disconnected:
salt-run manage.up
© tl;dr; authors and contributors