mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8 lines
222 B
Text
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 }}"
|