Commit 6371322a by Jonathan Peter

download elasticsearch error during installation

This solves the problem for installations failing with this message:
"msg: Failed to validate the SSL certificate for download.elasticsearch.org:443. Use validate_certs=no or make sure your managed systems have a valid CA certificate installed. Paths checked for this platform: /etc/ssl/certs, /etc/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible"
parent c3bce3df
......@@ -34,6 +34,7 @@
url={{ elasticsearch_url }}
dest=/var/tmp/{{ elasticsearch_file }}
force=no
validate_certs=no
register: elasticsearch_reinstall
- name: install elasticsearch from local package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment