diff options
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index ea4f097..ee12af1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,7 @@ [defaults] inventory = ./hosts.yml forks = 20 +fact_caching = jsonfile +fact_caching_connection = ~/.ansible/fact_cache +gathering = smart |