Ansible role to install/configure Elasticsearch
NOTE: This role has been completely rewritten and replaces my original
ansible-elasticsearch
role which has been renamed to ansible-elasticsearch-old. I decided to rewrite this role as the original had a lot of residuals from years of different usages. The original will remain for historical purposes.
For any required Ansible roles, review: requirements.yml
defaults/main.yml
If you would like to add additional Elasticsearch parameters you only need to add
them to the elasticsearch_configuration:
section. These variables are added as
YAML using the template. So there is no need to reconfigure the template either.
MIT
Larry Smith Jr.
NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-ansible-role as a template.