Issue #82: Minor edits to doc text and formatting

This commit is contained in:
John Callender 2012-05-01 22:35:02 -07:00
commit b247da54f1
8 changed files with 53 additions and 51 deletions

View file

@ -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