diff options
author | Sudheer Satyanarayana <sudheer.zzz@sudheer.net> | 2017-10-20 10:48:06 +0530 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2017-10-23 11:18:28 -0400 |
commit | 719718636603d57f51370fc9cc25b541cb1bc507 (patch) | |
tree | acfa3e33a174b2ac07675c8ad9c5376506653ab5 /examples | |
parent | 531d6c50bf549abeca6e93af22afe90c71e7a01f (diff) | |
download | ansible-719718636603d57f51370fc9cc25b541cb1bc507.tar.gz |
minor text fixes
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hosts.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/hosts.yaml b/examples/hosts.yaml index 952dd01406..02f879010d 100644 --- a/examples/hosts.yaml +++ b/examples/hosts.yaml @@ -4,15 +4,15 @@ # # - Comments begin with the '#' character # - Blank lines are ignored -# - Top level entries are assumed to be groups, start with 'all' to have a full hierchy +# - Top level entries are assumed to be groups, start with 'all' to have a full hierarchy # - Hosts must be specified in a group's hosts: # and they must be a key (: terminated) # - groups can have children, hosts and vars keys -# - Anything defined under a hosts is assumed to be a var -# - You can enter hostnames or ip addresses -# - A hostname/ip can be a member of multiple groups +# - Anything defined under a host is assumed to be a var +# - You can enter hostnames or IP addresses +# - A hostname/IP can be a member of multiple groups -# Ex 1: Ungrouped hosts, put in 'all' or 'ungrouped' group +# Ex 1: Ungrouped hosts, put them in 'all' or 'ungrouped' group ##all: ## hosts: ## green.example.com: |