mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
28 lines
730 B
YAML
28 lines
730 B
YAML
|
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
|