You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/role-elasticsearch.md
+4
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ elasticsearch_extra_config:
48
48
This variable activates a workaround to start on systems that have certain hardening measures active. See [Stackoverflow](https://stackoverflow.com/questions/47824643/unable-to-load-jna-native-support-library-elasticsearch-6-x/50371992#50371992) for details and logmessages to look for. **WARNING**: This will change your `/etc/sysconfig/elasticseach`or `/etc/default/elasticsearch` file and overwrite `ES_JAVA_OPTS`. See this [issue](https://github.com/netways/ansible-role-elasticsearch/issues/79) for details.
49
49
50
50
* *elasticsearch_jna_workaround*: Activate JNA workaround. (default: `false`)
51
+
* *elasticsearch_ssl_verification_mode*: Defines how to verify the certificates presented by another party in the TLS connection
52
+
* *elasticsearch_transport_port*: The port to bind for communication between nodes
53
+
* *elasticsearch_seed_hosts*: Set elasticsearch seed hosts
54
+
* *elasticsearch_security_enrollment*: Controls enrollment (of nodes and Kibana) to a local node that’s been autoconfigured for security.
51
55
52
56
These variables are identical over all our elastic related roles, hence the different naming schemes.
0 commit comments