ansible-server: switch transport to use scp first, then piped, and only then sftp

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-09 18:54:09 +00:00
parent 41c92c2e9c
commit 678e78acab

View file

@ -415,7 +415,7 @@ pipelining = True
# * scp = use scp to transfer files
# * piped = use 'dd' over SSH to transfer files
# * smart = try sftp, scp, and piped, in that order [default]
#transfer_method = smart
transfer_method = scp,piped,sftp
# if False, sftp will not use batch mode to transfer files. This may cause some
# types of file transfer failures impossible to catch however, and should