From 5485451ddbf9ef0119048d7394d87c6cd11a3737 Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Fri, 22 Mar 2013 23:05:40 -0600 Subject: [PATCH] fix doc regarding wild card pattern on groups. --- docsite/rst/patterns.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/patterns.rst b/docsite/rst/patterns.rst index 475484e9ff..05d2947336 100644 --- a/docsite/rst/patterns.rst +++ b/docsite/rst/patterns.rst @@ -118,7 +118,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 @@ -128,6 +128,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