diff --git a/ansible.cfg b/ansible.cfg index 34662e9..be51cad 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,7 @@ [defaults] inventory = ./hosts + +gathering = smart +fact_caching = jsonfile +fact_caching_connection = facts +fact_caching_timeout = 86400