From 719718636603d57f51370fc9cc25b541cb1bc507 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Fri, 20 Oct 2017 10:48:06 +0530 Subject: [PATCH] minor text fixes --- examples/hosts.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hosts.yaml b/examples/hosts.yaml index 952dd01406b..02f879010dd 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: