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,6 +24,7 @@
force_basic_auth: yes
body_format: json
body: "{{ lookup('file', item) }}"
validate_certs: "{{ es_validate_certs }}"
when: load_templates.changed and es_start_service
with_fileglob:
- "{{ es_templates_fileglob | default('') }}"