SSH pipelining for Ansible

This commit is contained in:
Scott Wallace 2019-05-29 19:27:58 +01:00
parent a09672f1a5
commit 92804565b5

View file

@ -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