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.