fact cacheing
This commit is contained in:
parent
0080299b0b
commit
a32eb17383
|
|
@ -35,7 +35,7 @@ force_color=True
|
|||
;become_plugins=/Users/fabioisti/.ansible/plugins/become:/usr/share/ansible/plugins/become
|
||||
|
||||
# (string) Chooses which cache plugin to use, the default 'memory' is ephemeral.
|
||||
;fact_caching=memory
|
||||
fact_caching=memory
|
||||
|
||||
# (string) Defines connection or path information for the cache plugin.
|
||||
;fact_caching_connection=
|
||||
|
|
@ -44,7 +44,7 @@ force_color=True
|
|||
;fact_caching_prefix=ansible_facts
|
||||
|
||||
# (integer) Expiration timeout for the cache plugin data.
|
||||
;fact_caching_timeout=86400
|
||||
fact_caching_timeout=86400
|
||||
|
||||
# (list) List of enabled callbacks, not all callbacks need enabling, but many of those shipped with Ansible do as we don't want them activated by default.
|
||||
;callbacks_enabled=
|
||||
|
|
|
|||
Loading…
Reference in New Issue