salt-unity
remote manager to administer servers via salt
Install
- All systems
-
curl cmd.cat/salt-unity.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-unity
- Docker
-
docker run cmd.cat/salt-unity salt-unity
powered by Commando
salt-master
remote manager to administer servers via salt
salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. This particular package provides the salt controller.