minor text fixes

This commit is contained in:
Sudheer Satyanarayana 2017-10-20 10:48:06 +05:30 committed by Brian Coca
parent 531d6c50bf
commit 7197186366

View file

@ -4,15 +4,15 @@
# #
# - Comments begin with the '#' character # - Comments begin with the '#' character
# - Blank lines are ignored # - 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: # - Hosts must be specified in a group's hosts:
# and they must be a key (: terminated) # and they must be a key (: terminated)
# - groups can have children, hosts and vars keys # - groups can have children, hosts and vars keys
# - Anything defined under a hosts is assumed to be a var # - Anything defined under a host is assumed to be a var
# - You can enter hostnames or ip addresses # - You can enter hostnames or IP addresses
# - A hostname/ip can be a member of multiple groups # - 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: ##all:
## hosts: ## hosts:
## green.example.com: ## green.example.com: