made ssh compression configurable (#16214)

AIX ssh does not seem to like compression, moved it to ssh_args
to allow making it configurable. Note that those using ssh_args
already will need to add it explicitly to keep compression.
This commit is contained in:
Brian Coca
2016-06-10 13:17:49 -04:00
committed by GitHub
parent ece1ed09d5
commit de18566882
3 changed files with 3 additions and 5 deletions

View File

@@ -273,8 +273,8 @@
# ssh arguments to use
# Leaving off ControlPersist will result in poor performance, so use
# paramiko on older platforms rather than removing it
#ssh_args = -o ControlMaster=auto -o ControlPersist=60s
# paramiko on older platforms rather than removing it, -C controls compression use
#ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s
# The path to use for the ControlPath sockets. This defaults to
# "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with