Cache in jsonfile only for production
This commit is contained in:
parent
c3244f9ac2
commit
59c5f5a17d
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user