From e1b19340cc41c1a2dadc5d3e4f3df1e87ec75778 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 29 Jan 2022 18:08:18 +0000 Subject: [PATCH] Store facts in json --- ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) 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