Day 57: Ansible Hands-on with Video
Ansible Handson with some adhoc commands:
Create EC2 instances.
1 Master and 3 Nodes.
Create inventory file and check host servers once created the inventory file.
[servers]
server1 ansible_host=public ip of server1
server2 ansible_host=public ip o...
gajananb.hashnode.dev1 min read