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