Day 57 : Understanding Configuration Management with Ansible
Task-01: Installing Ansible on AWS EC2 (Master Node)
1. Create an EC2 instance (Master)
To install Ansible, follow these steps:
SSH into your EC2 instance.
Run the following commands one by one:
sudo apt-add-repository ppa:ansible/...
ajayblog.com2 min read