1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #2487 from dorfsmay/20130322

fixed doc regarding wild card pattern on groups.
This commit is contained in:
Michael DeHaan 2013-03-24 14:26:07 -07:00
commit 3d5aa5dc2c

View file

@ -123,7 +123,7 @@ You can also use variables::
webservers:!$excluded:&$required webservers:!$excluded:&$required
Individual host names (or IPs), but not groups, can also be referenced using Individual host names, IPs and groups, can also be referenced using
wildcards:: wildcards::
*.example.com *.example.com
@ -133,6 +133,7 @@ It's also ok to mix wildcard patterns and groups at the same time::
one*.com:dbservers one*.com:dbservers
Easy enough. See :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts. Easy enough. See :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts.
Host Variables Host Variables