Ansible Tutorial: Anatomy of Ansible playbook defined!
host defines the target machines: one or more groups or host patterns, separated by colons that should match hosts in the inventory. all is a group that…

host defines the target machines: one or more groups or host patterns, separated by colons that should match hosts in the inventory. all is a group that…