Role which installs and configures elasticsearch.
---
# Example of how to use the role
- hosts: myhost1
roles:
- role: common/elasticsearch
elasticsearch_config:
network.bind_host: "{{ ansible_eth0.ipv4.address }}"
http.host: "{{ ansible_eth0.ipv4.address }}"
# Example of how to configure the role
- hosts: myhost2
roles:
- role: common/elasticsearch
elasticsearch_config:
# Accept only localhost connections
network.bind_host: "127.0.0.1"
http.host: "127.0.0.1"
List of variables used by the role:
# Default elasticsearch configuration
elasticsearch_config: {}
yumrepo
roleoracle-java
role
MIT
Jiri Tyr