Cache facts for 2 hours (#5633)
Sets a 2 hour timeout value for facts caching.
This commit is contained in:
committed by
GitHub
parent
0ca7aa126b
commit
ad50bc4ccb
@ -11,6 +11,7 @@ host_key_checking=False
|
|||||||
gathering = smart
|
gathering = smart
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = /tmp
|
fact_caching_connection = /tmp
|
||||||
|
fact_caching_timeout = 7200
|
||||||
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