1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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:
Michael DeHaan 2012-02-25 19:56:06 -05:00
parent cb90df2377
commit 3c3111c1f3

View file

@ -1,4 +1,5 @@
- pattern: '*' - pattern: '*'
hosts: '/etc/ansible/hosts'
tasks: tasks:
- do: - do:
- configure template & module variables - configure template & module variables