From 9059ab05fdbadf26afa4cbf4ce855a913909f418 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 31 Oct 2023 17:10:11 +0100 Subject: Cache facts --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3