Devops Automation: SaltStack Adhoc Commands and States

Avatar admin | August 16, 2019 5 Views 0 Likes 0 Ratings

5 Views 0 Ratings Rate it

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.


5 Views 0 Ratings Rate it

Written by admin