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:
parent
5f3708fe29
commit
e254c039ae
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 ?
|
||||
|
|
|
@ -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 ?
|
||||
|
|
|
@ -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 ?
|
||||
|
|
Loading…
Add table
Reference in a new issue