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: '*'
hosts: '/etc/ansible/hosts'
tasks:
- do:
- configure template & module variables