mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-12 20:07:39 -02:30
Reference: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html#parameter-timeout
This commit is contained in:
@@ -93,6 +93,7 @@
|
|||||||
url_username: "{{ download.username | default(omit) }}"
|
url_username: "{{ download.username | default(omit) }}"
|
||||||
url_password: "{{ download.password | default(omit) }}"
|
url_password: "{{ download.password | default(omit) }}"
|
||||||
force_basic_auth: "{{ download.force_basic_auth | default(omit) }}"
|
force_basic_auth: "{{ download.force_basic_auth | default(omit) }}"
|
||||||
|
timeout: "{{ download.timeout | default(omit) }}"
|
||||||
delegate_to: "{{ download_delegate if download_force_cache else inventory_hostname }}"
|
delegate_to: "{{ download_delegate if download_force_cache else inventory_hostname }}"
|
||||||
run_once: "{{ download_force_cache }}"
|
run_once: "{{ download_force_cache }}"
|
||||||
register: get_url_result
|
register: get_url_result
|
||||||
|
|||||||
Reference in New Issue
Block a user