Day 57 Task: Ansible Hands-on with video
๐ถ Task: Write a Blog explanation for the Ansible video.
๐ถ Installation of Ansible on AWS EC2 (Master Node)
sudo apt-add-repository ppa:ansible/ansible
sudo apt update -y
sudo apt install ansible -y
To install Ansible on an AWS EC2 instance and s...
nileshsahare07.hashnode.dev7 min read