]> xn--ix-yja.es Git - alex.git/commitdiff
Try disabling SSH control sockets in Ansible for reliability
authoralex <alex@pdp7.net>
Sat, 20 Jul 2024 19:30:17 +0000 (21:30 +0200)
committeralexpdp7 <alex@corcoles.net>
Sat, 20 Jul 2024 19:31:50 +0000 (21:31 +0200)
personal_infra/ansible.cfg

index c7e2ae61d82888c40a7744ff672e602f7e8be6f7..94404840e824cf94c4d9f74e2a033f850f26725a 100644 (file)
@@ -5,3 +5,6 @@ callbacks_enabled = ansible.posix.profile_tasks
 
 # TODO: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.  Please add this host's fingerprint to your known_hosts file to manage this host.
 host_key_checking = False
+
+[ssh_connection]
+ssh_args = -o ControlMaster=no