From 515de1e6eb55a51de957d790cf565c54ed3bcdf0 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Sat, 4 Jul 2015 12:30:04 -0500 Subject: [PATCH 1/2] Be more specific describing groups of groups, Fixes #11397 --- docsite/rst/intro_inventory.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index d97032e063..3ec80c0942 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -106,9 +106,8 @@ Variables can also be applied to an entire group at once:: Groups of Groups, and Group Variables +++++++++++++++++++++++++++++++++++++ -It is also possible to make groups of groups and assign -variables to groups. These variables can be used by /usr/bin/ansible-playbook, but not -/usr/bin/ansible:: +It is also possible to make groups of groups using the ``:children`` suffix. Just like above, you can apply variables using ``:vars``. +These variables can be used by /usr/bin/ansible-playbook, but not /usr/bin/ansible:: [atlanta] host1 From 02aa76d5184e310702f74514988af6f00c9ee959 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Sat, 4 Jul 2015 13:48:34 -0500 Subject: [PATCH 2/2] Remove docs remnant re: var use. --- docsite/rst/intro_inventory.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index 3ec80c0942..70709890cd 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -107,7 +107,6 @@ Groups of Groups, and Group Variables +++++++++++++++++++++++++++++++++++++ It is also possible to make groups of groups using the ``:children`` suffix. Just like above, you can apply variables using ``:vars``. -These variables can be used by /usr/bin/ansible-playbook, but not /usr/bin/ansible:: [atlanta] host1