summaryrefslogtreecommitdiffstats
path: root/examples/hosts.yaml
diff options
context:
space:
mode:
authorSudheer Satyanarayana <sudheer.zzz@sudheer.net>2017-10-20 07:18:06 +0200
committerBrian Coca <bcoca@users.noreply.github.com>2017-10-23 17:18:28 +0200
commit719718636603d57f51370fc9cc25b541cb1bc507 (patch)
treeacfa3e33a174b2ac07675c8ad9c5376506653ab5 /examples/hosts.yaml
parentAdded regex to recognize prompt (#31947) (diff)
downloadansible-719718636603d57f51370fc9cc25b541cb1bc507.tar.xz
ansible-719718636603d57f51370fc9cc25b541cb1bc507.zip
minor text fixes
Diffstat (limited to 'examples/hosts.yaml')
-rw-r--r--examples/hosts.yaml10
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: