diff --git a/ansible.cfg b/ansible.cfg index 01658a1..4011dfa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = inventory -private_key_file = ~/.ssh/ansible +private_key_file = ~/.ssh/ansible-key +host_key_checking = False