We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39afe0b commit f6346aaCopy full SHA for f6346aa
1 file changed
ansible/ansible.cfg
@@ -1,3 +1,7 @@
1
[defaults]
2
stdout_callback=debug
3
stderr_callback=debug
4
+
5
+[ssh_connection]
6
+ssh_args = -o StrictHostKeyChecking=no -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=10
7
+retries = 5
0 commit comments