From 59c5f5a17d4a48fd021a6b81e2b2012b8e1440d4 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Tue, 20 Dec 2022 18:55:48 +0100 Subject: [PATCH] Cache in jsonfile only for production --- ansible.cfg | 3 --- production | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index c1b351d..15cb9c9 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,5 @@ [defaults] gathering = smart -fact_caching = ansible.builtin.jsonfile -fact_caching_connection = fact_cache - [privilege_escalation] become = True diff --git a/production b/production index 69f102c..3584308 100644 --- a/production +++ b/production @@ -1,5 +1,7 @@ [all:vars] the_nine_worlds_production=true +fact_caching=ansible.builtin.jsonfile +fact_caching_connection=fact_cache # -------------------------------------------------------------------------------------------------- # Functionality.