Description
Without explicit host_key_checking=False, Ansible may prompt for SSH key verification which breaks automation.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/ansible.cfg
Expected Behavior
Set host_key_checking=False for automated environments.