salt-proxy

client package for salt, the distributed remote execution system

Install

All systems
curl cmd.cat/salt-proxy.sh
Debian Debian
apt-get install salt-proxy
Ubuntu
apt-get install salt-proxy
Alpine
apk add salt-minion
Arch Arch Linux
pacman -S salt-proxy
Fedora
dnf install salt-minion
Windows (WSL2)
sudo apt-get update sudo apt-get install salt-proxy
Raspbian
apt-get install salt-proxy
Docker
docker run cmd.cat/salt-proxy salt-proxy powered by Commando

salt-minion

client package for salt, the distributed remote execution system

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 worker / agent for salt.

salt-proxy

Proxy client package for salt stack

Proxy minion allows a remote manager to administer devices that are unable to run a minion. 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 devices. 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 proxy minion. It is able to run salt modules and states on remote hosts via a proxy which transmits appropriate commands to devices and replies with the results of said commands.

salt

Central system and configuration manager