Cache in jsonfile only for production

This commit is contained in:
Wojciech Kozlowski 2022-12-20 18:55:48 +01:00
parent c3244f9ac2
commit 59c5f5a17d
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,5 @@
[defaults] [defaults]
gathering = smart gathering = smart
fact_caching = ansible.builtin.jsonfile
fact_caching_connection = fact_cache
[privilege_escalation] [privilege_escalation]
become = True become = True

View File

@ -1,5 +1,7 @@
[all:vars] [all:vars]
the_nine_worlds_production=true the_nine_worlds_production=true
fact_caching=ansible.builtin.jsonfile
fact_caching_connection=fact_cache
# -------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------
# Functionality. # Functionality.