mirror of https://github.com/jumpserver/jumpserver
perf: Check if CORE_HOST should ignore SSL
parent
41b2ce06a8
commit
9825f9fbd2
|
@ -28,6 +28,7 @@
|
||||||
method: GET
|
method: GET
|
||||||
follow_redirects: none
|
follow_redirects: none
|
||||||
status_code: [200, 301, 302, 303, 307, 308]
|
status_code: [200, 301, 302, 303, 307, 308]
|
||||||
|
validate_certs: "{{ not IGNORE_VERIFY_CERTS }}"
|
||||||
register: core_host_redirects
|
register: core_host_redirects
|
||||||
|
|
||||||
- name: Check failed
|
- name: Check failed
|
||||||
|
|
Loading…
Reference in New Issue