dincho.elasticsearch
Elasticsearch
Ansible role to install and setup Elasticsearch on Debian-like systems
Requirements
- JRE - autoinstalled (default jre)
Role Variables
es_version: [default:2.4.*]: Version to installes_default_config: [default: {ES_JAVA_OPTS: -Xms128m -Xmx128m}]: /etc/default/elasticsearch configurationes_config: [default: {}]: List of node configuration options
Dependencies
none
Example Playbook
- hosts: servers
vars:
es_version: '2.4.1'
es_default_config:
MAX_OPEN_FILES=65535
es_config:
network.bind_host: localhost
roles:
- dincho.elasticsearch
License
MIT
About
Ansible role to install and setup Elasticsearch on Debian-like systems
Install
ansible-galaxy install dincho.elasticsearchLicense
mit
Downloads
326
Owner
Full stack developer with CTO experience
