summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/delegate_to/inventory')
-rw-r--r--test/integration/targets/delegate_to/inventory17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/integration/targets/delegate_to/inventory b/test/integration/targets/delegate_to/inventory
new file mode 100644
index 0000000..ebc3325
--- /dev/null
+++ b/test/integration/targets/delegate_to/inventory
@@ -0,0 +1,17 @@
+[local]
+testhost ansible_connection=local
+testhost2 ansible_connection=local
+testhost3 ansible_ssh_host=127.0.0.3
+testhost4 ansible_ssh_host=127.0.0.4
+testhost5 ansible_connection=fakelocal
+
+[all:vars]
+ansible_python_interpreter="{{ ansible_playbook_python }}"
+
+[delegated_vars]
+testhost6 myhost=127.0.0.3
+testhost7 myhost=127.0.0.4
+
+[delegated_vars:vars]
+ansible_host={{myhost}}
+ansible_connection=ssh