Day 56 - Ansible Ad-hoc commands
What is Ad Hoc Command?
An Ansible ad-hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad-hoc commands are quick and easy, but they are not reusable.
Ansible ad-hoc commands are idempoten...
sharmasmriti.hashnode.dev5 min read