mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-14 06:29:32 -02:30
Revert "Add option for fact cache expiry" (#1636)
* Revert "Add option for fact cache expiry (#1602)"
This reverts commit fb30f65951.
This commit is contained in:
@@ -7,9 +7,6 @@ host_key_checking=False
|
|||||||
gathering = smart
|
gathering = smart
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = /tmp
|
fact_caching_connection = /tmp
|
||||||
# Once created, fact cache is never force updated. This is why the tiemeout exists. If you're still getting
|
|
||||||
# stale data in your runs (e.g. stale `etcd_access_addresses`), you might want to use `--flush-cache`.
|
|
||||||
fact_caching_timeout = 7200 # 2 hours
|
|
||||||
stdout_callback = skippy
|
stdout_callback = skippy
|
||||||
library = ./library
|
library = ./library
|
||||||
callback_whitelist = profile_tasks
|
callback_whitelist = profile_tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user