diff --git a/ansible.cfg b/ansible.cfg index 5340f1d..a515b8f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -inventory = ./invintory.yaml \ No newline at end of file +inventory = ./invintory.yaml +host_key_checking = False \ No newline at end of file