Devops Automation: SaltStack Adhoc Commands and States
Devops Automation: SaltStack Adhoc Commands and States
==================================================
SaltStack is a remote execution tool designed to manage the servers in agent less fashion. As name describes , Salt SSH communicates to the client machines using ssh. To use Salt SSH (Agentless Salt) we need to install salt-ssh on a machine and that machine will act as “salt master or control server”.
Features of Salt SSH
– Agent less Architecture.
– Simple mode of communication with the clients (use SSH)
– Can execute remote command on multiple clients in parallel.
– Configuration is very quick and easy.
– Support almost all Salt Stack functionalities.
Written by admin