diff --git a/ansible.cfg b/ansible.cfg index d9de9dd..18a6ab3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,4 +4,5 @@ inventory = hosts.ini 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