ansible command
1.Pinging All Hosts:
Check connectivity to all hosts in the inventory:
ansible all -m ping
2.Copying Files:
Copy a file from the local machine to remote hosts:
ansible target_hosts -m copy -a "src=/path/to/local_file.txt dest=/remot...
shreyashbhise.hashnode.dev1 min read