summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/inventory
blob: ebc332544cce95994fcc29612351defb88d85e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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