Add optional hosts parameter to examples to show how we can

override the host file in a playbook to load different groups
of hosts.
pull/3/head
Michael DeHaan 12 years ago
parent cb90df2377
commit 3c3111c1f3

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

Loading…
Cancel
Save