From a2438ed748a7c8b3cd930db3ce74ce5ece1178cf Mon Sep 17 00:00:00 2001 From: Semaphore Date: Thu, 23 Apr 2026 19:28:11 -0700 Subject: [PATCH] disable stricthostkeychecking for automated onboarding --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 87d1b05..bfecd38 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,7 +6,7 @@ stdout_callback = ansible.builtin.default result_format = yaml callbacks_enabled = n8n_reporter retry_files_enabled = False -host_key_checking = True +host_key_checking = False timeout = 30 forks = 10 gathering = smart @@ -18,7 +18,7 @@ become = True become_method = sudo become_ask_pass = False [ssh_connection] -ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=yes +ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no pipelining = True [persistent_connection] connect_timeout = 30