mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
Add optional hosts parameter to examples to show how we can
override the host file in a playbook to load different groups of hosts.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- pattern: '*'
|
||||
hosts: '/etc/ansible/hosts'
|
||||
tasks:
|
||||
- do:
|
||||
- configure template & module variables
|
||||
|
||||
Reference in New Issue
Block a user