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:
parent
41c92c2e9c
commit
678e78acab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue