1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Change IIAB default 'download_timeout: 200' to 100 (sec) for get_url

This commit is contained in:
root 2021-12-26 10:46:12 -05:00
parent 5f3708fe29
commit e254c039ae
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ doc_root: "{{ doc_base }}/html"
py3_dist_path: /usr/lib/python3/dist-packages
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200
download_timeout: 100
# Real-time clock: RTC chip family. Future auto-detection plausible?
rtc_id: none # Or ds3231 ? Used in 1-prep/tasks/raspberry_pi.yml

View file

@ -13,7 +13,7 @@
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200
download_timeout: 100
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
rtc_id: none # Or ds3231 ?

View file

@ -13,7 +13,7 @@
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200
download_timeout: 100
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
rtc_id: none # Or ds3231 ?

View file

@ -13,7 +13,7 @@
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200
download_timeout: 100
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
rtc_id: none # Or ds3231 ?