mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
730 B
YAML
28 lines
730 B
YAML
6 years ago
|
all:
|
||
|
children:
|
||
|
kids:
|
||
|
hosts:
|
||
|
marcia:
|
||
|
popular: True
|
||
|
jan:
|
||
|
popular: False
|
||
|
cindy:
|
||
|
popular: True
|
||
|
greg:
|
||
|
popular: True
|
||
|
peter:
|
||
|
popular: False
|
||
|
bobby:
|
||
|
popular: False
|
||
|
vars:
|
||
|
in_trouble: True
|
||
|
cousins:
|
||
|
children:
|
||
|
redheads:
|
||
|
hosts:
|
||
|
#oliver: # this used to cause an error and deliver incomplete inventory
|
||
|
the-maid:
|
||
|
hosts:
|
||
|
alice:
|
||
|
status: single
|