Setups ElasticSearch.
---
- hosts: myserver
roles:
- role: sunfoxcz.elasticsearch
elasticsearch_version: 8.x # 8.x is default
elasticsearch_jvm_options: # optional
Xms: Xms2g
Xmx: Xmx2g
Licensed under MIT license. See LICENSE for details.