1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

move scp_if_ssh to the ssh connection category

This commit is contained in:
fdavis 2012-11-08 11:32:56 -08:00
parent b1dbeec66c
commit b91896ff55

View file

@ -60,10 +60,6 @@ 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.
@ -108,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