dincho / ansible-elasticsearch

Ansible role to install and setup Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Ansible Galaxy

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 install
  • es_default_config: [default: {ES_JAVA_OPTS: -Xms128m -Xmx128m}]: /etc/default/elasticsearch configuration
  • es_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

License:MIT License