Elasticsearch installation and configuration.
None
These variables are defined in defaults/main.yml:
elk_version: 6
elk_elasticsearch_service:
enabled: true
state: started
Other variables that can be set:
elk_elasticsearch_log4j2: # string, the entire file contents
elk_elasticsearch_configuration: # the entire Elasticsearch YAML configuration
elk_elasticsearch_jvm_options:
heap_space: "1g"
None
- hosts: servers
roles:
- role: elasticsearch
vars:
elk_elasticsearch_jvm_options:
heap_space: "2g"
MIT
Tibor Csóka