diff --git a/ansible.cfg b/ansible.cfg index be1e477..380bace 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,5 @@ [defaults] hash_behaviour = merge +interpreter_python = auto_silent +deprecation_warnings = False +host_key_checking = False