SSH pipelining for Ansible
This commit is contained in:
parent
a09672f1a5
commit
92804565b5
|
@ -4,3 +4,5 @@ log_path = ~/.ansible/tmp/output.log
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -o RemoteCommand=none
|
ssh_args = -o RemoteCommand=none
|
||||||
|
pipelining = True
|
||||||
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||||
|
|
Loading…
Reference in a new issue