mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07: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:
parent
37bdee331c
commit
b1dbeec66c
3 changed files with 27 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue