Add pipeline-ish method using dd for file transfer over SSH (#18642)

This commit is contained in:
Andrew Gaffney
2016-11-27 19:52:31 -07:00
committed by Brian Coca
parent 2a90963833
commit ac51266e8f
5 changed files with 58 additions and 19 deletions

View File

@@ -6,3 +6,5 @@ set -eux
./posix.sh "$@"
# scp
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
# piped
ANSIBLE_SSH_TRANSFER_METHOD=piped ./posix.sh "$@"