Install Ansible on Ubuntu and configure Master and worker Node:
Step:1. Create one Ubuntu Ec2 (Ansible master node)
Step:2. Login to Ansible master Node
Step:3. sudo apt-add-repository ppa:ansible/ansible (ppa is a python package, Ansible need to be added in our system)
#sudo apt update
#sudo apt install ansible
...
mahendrabora.hashnode.dev1 min read