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/4420/head
Michael DeHaan 2012-02-25 19:56:06 -05:00
parent cb90df2377
commit 3c3111c1f3
1 changed files with 1 additions and 0 deletions

View File

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