WHAT IS ANSIBLE ? Ansible is a simple configuration management tool that automates IT orchestration, app deployment, or cloud provisioning, etc. It promotes deployment because it does not use any complex security infrastructure or agents. In Ansible, playbooks are used to describe the automation tasks in a very simple programming language i.e. YAML. …