In this section, you will learn about the basics of Ansible for network automation, including how to install and configure Ansible.
Basics of Ansible
Ansible introduction
Ansible (https://docs.ansible.com) is a software that automates software provisioning, configuration management, and application deployment. It is categorized as an orchestration tool. In other words, Ansible allows DevOps to manage their servers, configurations, and applications in a simple, robust, and parallel way.
Ansible is a deployment-automation tool, similar to Puppet and Chef, but its main characteristic is that it is agentless; that is, it does not need to install an agent on managed hosts.
This tool manages its different nodes through SSH for the...