Merge pull request #11487 from mikeputnam/ansible-ansible-issue-11397
Be more specific describing groups of groups,
This commit is contained in:
commit
8224627036
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ Variables can also be applied to an entire group at once::
|
||||||
Groups of Groups, and Group Variables
|
Groups of Groups, and Group Variables
|
||||||
+++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
It is also possible to make groups of groups and assign
|
It is also possible to make groups of groups using the ``:children`` suffix. Just like above, you can apply variables using ``:vars``.
|
||||||
variables to groups. These variables can be used by /usr/bin/ansible-playbook, but not
|
|
||||||
/usr/bin/ansible::
|
|
||||||
|
|
||||||
[atlanta]
|
[atlanta]
|
||||||
host1
|
host1
|
||||||
|
|
Loading…
Reference in a new issue