mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Issue #82: Minor edits to doc text and formatting
This commit is contained in:
parent
7d228c5198
commit
b247da54f1
8 changed files with 53 additions and 51 deletions
|
@ -25,7 +25,7 @@ The format for /etc/ansible/hosts looks like this::
|
|||
two.example.com
|
||||
three.example.com
|
||||
|
||||
The things in brackets are group names, you don't have to have them,
|
||||
The things in brackets are group names. You don't have to have them,
|
||||
but they are useful.
|
||||
|
||||
If you have hosts that run on non-standard SSH ports you can put the port number
|
||||
|
@ -127,7 +127,7 @@ style file with a YAML one.::
|
|||
vars:
|
||||
- asdf: 1234
|
||||
|
||||
Tip: Be sure to start your YAML file with the YAML record designator "---".
|
||||
Tip: Be sure to start your YAML file with the YAML record designator ``---``.
|
||||
|
||||
NOTE: variables specified in playbooks will override variables specified
|
||||
in the host file. Further, if a host is in multiple groups, currently, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue