1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-24 10:18:47 +00:00
community.general/test/integration/targets/delegate_to/inventory
2019-03-12 00:00:32 -07:00

8 lines
222 B
Text

[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
[all:vars]
ansible_python_interpreter="{{ ansible_playbook_python }}"