6 lines
174 B
Text
6 lines
174 B
Text
|
testhost_local ansible_connection=local
|
||
|
testhost_ssh ansible_connection=ssh ansible_host=localhost
|
||
|
|
||
|
[all:vars]
|
||
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|