Browse Source

Increase ansible timeout to 300 (#11354)

pull/11372/head
R. P. Taylor 2 months ago
committed by GitHub
parent
commit
2615805da2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      ansible.cfg

1
ansible.cfg

@ -11,6 +11,7 @@ gathering = smart
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp fact_caching_connection = /tmp
fact_caching_timeout = 86400 fact_caching_timeout = 86400
timeout = 300
stdout_callback = default stdout_callback = default
display_skipped_hosts = no display_skipped_hosts = no
library = ./library library = ./library

Loading…
Cancel
Save