Add option for invalid certificates
This commit is contained in:
parent
551d93b646
commit
d0064c6a88
8 changed files with 21 additions and 6 deletions
|
|
@ -24,7 +24,7 @@
|
|||
when:
|
||||
- not es_enable_xpack
|
||||
|
||||
- name: Set the URL scheme based if http ssl/tls is enabled
|
||||
- name: Set the URL scheme to https if SSL/TLS is enabled
|
||||
set_fact:
|
||||
es_api_scheme: "https"
|
||||
when: es_enable_http_ssl
|
||||
when: es_enable_http_ssl | bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue