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

@ -32,4 +32,6 @@
copy:
src: "{{ es_ssl_certificate_authority }}"
dest: "{{ es_ssl_certificate_path }}/{{ es_ssl_certificate_authority | basename }}"
when: es_ssl_certificate_authority
#Restart if this changes
notify: restart elasticsearch
when: es_ssl_certificate_authority | bool