Add option for invalid certificates
This commit is contained in:
parent
551d93b646
commit
d0064c6a88
8 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue