mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 07:40:58 +00:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
[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 }}"
|