disable stricthostkeychecking for automated onboarding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user