diff --git a/ansible.cfg b/ansible.cfg index f96f6fb..da7f10b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory=hosts +inventory=hosts.ini deprecation_warnings=False host_key_checking=False interpreter_python=auto_silent diff --git a/hosts b/hosts.ini similarity index 100% rename from hosts rename to hosts.ini