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.
ansible/test/integration/targets/ansible-inventory/files/complex.ini

36 lines
343 B
INI

ihavenogroup
[all]
hostinall
[all:vars]
ansible_connection=local
[test_group1]
test1 myvar=something
test2 myvar=something2
test3
[test_group2]
test1
test4
test5
[test_group3]
test2 othervar=stuff
test3
test6
[parent_1:children]
test_group1
[parent_2:children]
test_group1
[parent_3:children]
test_group2
test_group3
[parent_3]
test2