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