Skip to content

Install and configure elasticsearch

License

Notifications You must be signed in to change notification settings

SoInteractive/ansible-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elastic logo

Ansible Role: elasticsearch

Build Status License Ansible Role GitHub tag Twitter URL

Elasticsearch, distributed, RESTful search and analytics engine

⚠️ IMPORTANT NOTICE

THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.

Disclaimer

Role based on https://github.com/elastic/ansible-elasticsearch

Example usage

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - SoInteractive.elasticsearch

At least one master node has to be specified

all:
  hosts:
    mysrv:
      ansible_host: 127.0.3.1
      elasticsearch_master_node: true

Have a look at the defaults/main.yml for role variables that can be overridden.