Day 59: Ansible Project

Task-01
create 3 EC2 instances . make sure all three are created with same key pair

Install Ansible in host server



copy the private key from local to Host server (Ansible_host) at (/home/ubuntu/.ssh)
access the inventory file using sudo vim /etc/ansible/hosts
Create a playbook to install Nginx

deploy a sample webpage using the ansible playbook




