Ansible Ad-Hoc

Deploying Roles With Ansible Galaxy
So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where you can find thousands of roles …

Play with Ansible Playbooks
Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing one or more plays.

Running Ansible Ad-Hoc commands
We have already run few ad-hoc command to list down the hosts in earlier sections.