Elasticsearch, distributed, RESTful search and analytics engine
THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.
Role based on https://github.com/elastic/ansible-elasticsearch
Use it in a playbook as follows:
- hosts: all
become: true
roles:
- SoInteractive.elasticsearch
At least one master node has to be specified
all:
hosts:
mysrv:
ansible_host: 127.0.3.1
elasticsearch_master_node: true
Have a look at the defaults/main.yml for role variables that can be overridden.