disable stricthostkeychecking for automated onboarding

This commit is contained in:
Semaphore
2026-04-23 19:28:11 -07:00
parent 1a5e6e1a94
commit a2438ed748

View File

@@ -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