summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-inventory/files/complex.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-inventory/files/complex.ini')
-rw-r--r--test/integration/targets/ansible-inventory/files/complex.ini35
1 files changed, 0 insertions, 35 deletions
diff --git a/test/integration/targets/ansible-inventory/files/complex.ini b/test/integration/targets/ansible-inventory/files/complex.ini
deleted file mode 100644
index 227d9ea8..00000000
--- a/test/integration/targets/ansible-inventory/files/complex.ini
+++ /dev/null
@@ -1,35 +0,0 @@
-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