2016-10-12 21:57:53 +00:00
|
|
|
[ssh]
|
|
|
|
ssh-pipelining ansible_ssh_pipelining=true
|
|
|
|
ssh-no-pipelining ansible_ssh_pipelining=false
|
|
|
|
[ssh:vars]
|
|
|
|
ansible_host=localhost
|
|
|
|
ansible_connection=ssh
|
2019-03-12 00:18:39 +00:00
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|