From c8d004434fa2ba97dd561fa97d2d6b50c50860be Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 26 Nov 2012 18:29:27 -0500 Subject: Limit seperator docs. --- docsite/rst/examples.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/examples.rst b/docsite/rst/examples.rst index 07d4cb6093..b17491f5bd 100644 --- a/docsite/rst/examples.rst +++ b/docsite/rst/examples.rst @@ -226,6 +226,8 @@ also works with ``ansible-playbook``:: $ ansible webservers:dbservers -m command -a "/bin/foo xyz" --limit region +As with other host patterns, values to limit can be seperated with ";", ":", or ",". + Now let's talk about range selection. Suppose you have 1000 servers in group 'datacenter', but only want to target one at a time. This is also easy:: $ ansible webservers[0-99] -m command -a "/bin/foo xyz" -- cgit v1.2.1