diff --git a/docsite/rst/patterns.rst b/docsite/rst/patterns.rst index 12348f2898..418b503f77 100644 --- a/docsite/rst/patterns.rst +++ b/docsite/rst/patterns.rst @@ -123,7 +123,7 @@ You can also use variables:: 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:: *.example.com @@ -133,6 +133,7 @@ It's also ok to mix wildcard patterns and groups at the same time:: one*.com:dbservers + Easy enough. See :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts. Host Variables