Increase ansible timeout to 300 (#11354)
parent
464cc716d7
commit
2615805da2
|
@ -11,6 +11,7 @@ gathering = smart
|
|||
fact_caching = jsonfile
|
||||
fact_caching_connection = /tmp
|
||||
fact_caching_timeout = 86400
|
||||
timeout = 300
|
||||
stdout_callback = default
|
||||
display_skipped_hosts = no
|
||||
library = ./library
|
||||
|
|
Loading…
Reference in New Issue