2016-10-12 14:57:53 -07: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-11 17:18:39 -07:00
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|