2019-01-10 14:45:12 -08:00
|
|
|
[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
|
2020-07-22 11:13:57 -04:00
|
|
|
testhost5 ansible_connection=fakelocal
|
2019-03-11 17:18:39 -07:00
|
|
|
|
2019-03-11 23:49:08 -07:00
|
|
|
[all:vars]
|
2019-03-11 17:18:39 -07:00
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|