mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Merge pull request #1527 from fdavis/devel
Support scp in an ssh connection
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user