mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user