Cache in jsonfile only for production
This commit is contained in:
parent
c3244f9ac2
commit
59c5f5a17d
@ -1,8 +1,5 @@
|
||||
[defaults]
|
||||
gathering = smart
|
||||
|
||||
fact_caching = ansible.builtin.jsonfile
|
||||
fact_caching_connection = fact_cache
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
|
@ -1,5 +1,7 @@
|
||||
[all:vars]
|
||||
the_nine_worlds_production=true
|
||||
fact_caching=ansible.builtin.jsonfile
|
||||
fact_caching_connection=fact_cache
|
||||
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
# Functionality.
|
||||
|
Loading…
Reference in New Issue
Block a user