Slide 3
Slide 3 text
WHAT IS ANSIBLE ?
Ansible is an open source tool for configuring and managing
servers.
Written in Python.
It works on 22 Port using SSH protocol.
It combines multi-node software deployment, adhoc task
execution, and configuration management.
The system uses YAML to express reusable descriptions of
systems. (ansible playbook)
Similar tools are Chef, Puppet and Saltstack.