We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349887d commit 50f8b32Copy full SHA for 50f8b32
ansible.cfg
@@ -9,11 +9,15 @@ retry_files_enabled = False
9
roles_path = ansible/roles
10
squash_actions = apk
11
12
-
+# Documentation: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html
13
+[ssh_connection]
14
# Pass an empty path to ssh so it doesn't read config. We don't need it
15
# since we have all information available.
-[ssh_connection]
16
ssh_args = -F /dev/null -o ControlMaster=auto -o ControlPersist=60s
17
+transfer_method = scp
18
+# Needed for OpenSSH >=9.0.
19
+scp_extra_args = -O
20
+# Legacy option, replaced by transfer_method.
21
scp_if_ssh = True
22
23
[privilege_escalation]
0 commit comments