summaryrefslogtreecommitdiff
path: root/test/integration/targets/delegate_to/inventory
blob: f7ad0a33dade652e283680eff05037f1d1474712 (plain)
1
2
3
4
5
6
7
8
9
[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 }}"