This role will assume the setup of elasticsearch server.
It's part of the ELAO Ansible stack but can be used as a stand alone component.
- Ansible 1.7.2+
None.
Using ansible galaxy:
ansible-galaxy install elao.elasticsearch
You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:
dependencies:
- { role: elao.elasticsearch }
Name | Type | Description |
---|---|---|
elasticsearch restart |
Service | Restart elasticsearch |
Name | Default | Type | Description |
---|---|---|---|
elao_elasticsearch_plugins |
[] | Array | Plugins |
- hosts: all
vars:
elao_elasticsearch_plugins:
- name: head
repository: mobz/elasticsearch-head
roles:
- role: elao.elasticsearch
- hosts: servers
roles:
- { role: elao.elasticsearch }
MIT