Add ability to use key and truststore passwords

This commit is contained in:
Nathan Young 2019-10-12 00:57:49 +01:00
parent d0064c6a88
commit e2ffdce380
No known key found for this signature in database
GPG key ID: EB5E14327B10D023
2 changed files with 51 additions and 0 deletions

View file

@ -50,8 +50,11 @@ es_security_api: "{{ '_security' if es_version is version_compare('7.0.0', '>=')
es_enable_http_ssl: false
es_enable_transport_ssl: false
es_ssl_keystore: ""
es_ssl_keystore_password: ""
es_ssl_truststore: ""
es_ssl_truststore_password: ""
es_ssl_key: ""
es_ssl_key_password: ""
es_ssl_certificate: ""
es_ssl_certificate_authority: ""
es_ssl_certificate_path: "/etc/elasticsearch/certs"