Set host_key_checking to False

This commit is contained in:
2026-05-30 05:50:19 -04:00
parent 8764bede85
commit 4920837641

View File

@@ -332,6 +332,7 @@ enable_task_debugger=True
# (boolean) Set this to "False" if you want to avoid host key checking by the underlying connection plugin Ansible uses to connect to the host.
# Please read the documentation of the specific connection plugin used for details.
;host_key_checking=True
host_key_checking=False
# (boolean) Facts are available inside the `ansible_facts` variable, this setting also pushes them as their own vars in the main namespace.
# Unlike inside the `ansible_facts` dictionary where the prefix `ansible_` is removed from fact names, these will have the exact names that are returned by the module.