Commit 5485451d by Yves Dorfsman

fix doc regarding wild card pattern on groups.

parent 93402984
...@@ -118,7 +118,7 @@ You can also use variables:: ...@@ -118,7 +118,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
...@@ -128,6 +128,7 @@ It's also ok to mix wildcard patterns and groups at the same time:: ...@@ -128,6 +128,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment