Skip to content

Commit

Permalink
minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudheer Satyanarayana authored and bcoca committed Oct 23, 2017
1 parent 531d6c5 commit 7197186
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7197186

Please sign in to comment.