Add note in inventory guide saying group names follow variable name guidelines. (#69285)
This commit is contained in:
parent
eab4f9afc4
commit
46fea92125
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ The most common formats are INI and YAML. A basic INI ``/etc/ansible/hosts`` mig
|
|||
|
||||
The headings in brackets are group names, which are used in classifying hosts
|
||||
and deciding what hosts you are controlling at what times and for what purpose.
|
||||
Group names should follow the same guidelines as :ref:`valid_variable_names`.
|
||||
|
||||
Here's that same basic inventory file in YAML format:
|
||||
|
||||
|
|
Loading…
Reference in a new issue