diff --git a/ansible.cfg b/ansible.cfg index 064a318..cbca067 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,4 +4,5 @@ inventory = hosts.yml vault_password_file = ~/.ansible/vault_pass.txt private_key_file=~/.ssh/ansible fact_caching = jsonfile -fact_caching_connection = facts/ \ No newline at end of file +fact_caching_connection = facts/ +host_key_checking = False \ No newline at end of file