How to specifying multiple groups in a playbook hosts specification?
By design, Ansible executes just one play at a time. Your playbook consists of two plays (the two items in the root-level YAML list defined by the playbook file). Method 1 The following patterns address one or more groups. Groups separated by a colon indicate an “OR” configuration. This means the host may be in…
