Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-elasticsearch

Ansible role for Elasticsearch
https://github.com/angristan/ansible-elasticsearch

ansible debian elastic elasticsearch ubuntu

Last synced: 15 days ago
JSON representation

Ansible role for Elasticsearch

Awesome Lists containing this project

README

        

# Ansible role for Elasticsearch

This is a simple role that will install Elasticsearch on Debian/Ubuntu from the official APT repo.

It has very basic configuration (see the templates folder).

## Sample playbook

```yaml
---

- hosts: myhost
roles:
- name: elasticsearch
tags: elasticsearch
vars:
elasticsearch_jvm_heapsize: 512m
elasticsearch_network_host: 0.0.0.0
```