Browse Source
Cache facts for 2 hours (#5633)
Sets a 2 hour timeout value for facts caching.
pull/5634/head
MarkusTeufelberger
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
ansible.cfg
|
|
@ -11,6 +11,7 @@ host_key_checking=False |
|
|
|
gathering = smart |
|
|
|
fact_caching = jsonfile |
|
|
|
fact_caching_connection = /tmp |
|
|
|
fact_caching_timeout = 7200 |
|
|
|
stdout_callback = skippy |
|
|
|
library = ./library |
|
|
|
callback_whitelist = profile_tasks |
|
|
|