Add option for invalid certificates

This commit is contained in:
Nathan Young 2019-10-12 00:03:47 +01:00
parent 551d93b646
commit d0064c6a88
No known key found for this signature in database
GPG key ID: EB5E14327B10D023
8 changed files with 21 additions and 6 deletions

View file

@ -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