aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--personal_infra/ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg
index c7e2ae61..94404840 100644
--- a/personal_infra/ansible.cfg
+++ b/personal_infra/ansible.cfg
@@ -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