2020-07-01 14:16:56 -05:00
|
|
|
[ssh]
|
2020-07-20 18:46:47 -05:00
|
|
|
#ssh-pipelining ansible_ssh_pipelining=true
|
|
|
|
ssh-no-pipelining ansible_ssh_pipelining=false
|
2020-07-01 14:16:56 -05:00
|
|
|
[ssh:vars]
|
|
|
|
ansible_host=localhost
|
|
|
|
ansible_connection=ssh
|
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|
2020-07-20 18:46:47 -05:00
|
|
|
|
|
|
|
[all:vars]
|
|
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|