Allows use of scp instead of sftp in

Added a boolean constant scp_if_ssh to the config
Added scp support for the ssh connection plugin
Refers to #1279
This commit is contained in:
fdavis 2012-11-05 14:25:40 -08:00
commit b1dbeec66c
3 changed files with 27 additions and 8 deletions

View file

@ -60,6 +60,10 @@ sudo_user=root
transport=paramiko
# the following makes ansible use scp if the connection type is ssh (default is sftp)
scp_if_ssh=True
# remote SSH port to be used when --port or "port:" or an equivalent inventory
# variable is not specified.