Code Monkey home page Code Monkey logo

ansible-role-elasticsearch's Introduction

ansible-role-elasticsearch

Galaxy

Ansible role to install and manage ElasticSearch, either standalone or part of the ELK cluster. All tested with test-kitchen and serverspec.

Role Variables

These are the role-specific variables for configuring ElasticSearch:

Variable Purpose Default
elasticsearch_bind IP address to bind the service to 127.0.0.1
elasticsearch_port_http HTTP port which exposes the standard API 9200
elasticsearch_port_transport Inter-ES communication port for clustering 9300
elasticsearch_heap_size Amount of memory to allocate to Java Heap RAM/2
elasticsearch_node_name Name of the Node witin the Cluster {{ ansible_hostname }}
elasticsearch_cluster_name Name of the Cluster (common to all in Cluster) elasticsearch
elasticsearch_group_name Name of the Anisble group which is used to find all hosts in the cluster elasticsearch
elasticsearch_plugins_add Add the plugins listed to ElasticSearch [] (None)
elasticsearch_plugins_remove Remove the plugins listed from ElasticSearch [] (None)

Generic Variables

These are generic variables which are common to many of the roles I produce:

Variable Purpose Default
squid_hostname Hostname of the internal Squid proxy for the private network Undefined
squid_port Port of the internal Squid proxy for the private network Undefined
use_firewalld If set to yes, iptables rules will be opened up using firewalld Undefined
use_ufw If set to yes, iptables rules will be opened up using ufw Undefined

Example Playbook

- hosts: elasticsearch
  roles:
     - { role: jonathanio.elasticsearch }

License

This project is under the BSD License. See the LICENSE file for the full license text.

Author Information

Jonathan Wright [email protected]

ansible-role-elasticsearch's People

Contributors

jonathanio avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.