Salt – Fastrack

Salt is Configuration Management Tool. It is written in Python It uses YAML Very flexible and faster Server-Client technology for Configuration Management Salt works on ZeroMQ for master and Minion Communication Components of Salt: salt-master Master node which pushes the configuration salt-minion Slave node which connects to Master and get the configuration Execution Modules Salt…

Ansible Basics

Introduction Ansible is an IT automation tool. It can be used to deploy applications, configure services on multiple servers in less efforts. It works agentless using SSH for connection. Configuration files are written in YAML and file extension is yml Ansible has controller machine in which Ansible is installed and all playbooks, required templates, files…