Merge pull request #1527 from fdavis/devel

Support scp in an ssh connection
This commit is contained in:
Michael DeHaan
2012-11-08 16:42:37 -08:00
3 changed files with 27 additions and 8 deletions

View File

@@ -104,4 +104,8 @@ vars_plugins = /usr/share/ansible_plugins/vars_plugins
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
# the following makes ansible use scp if the connection type is ssh (default is sftp)
#scp_if_ssh=True