Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

mrlesmithjr/ansible-elasticsearch-old

Repository files navigation

ansible-elasticsearch

An Ansible role to install/configure Elasticsearch

Build Status

Build Status

Requirements

None

Role Variables

default vars

Dependencies

None

Example Playbook

- hosts: all
  become: true
  vars:
  roles:
    - role: ansible-elasticsearch
  tasks:

Vagrant

Included is a Vagrant testing environment.

Spinning up

You can easily spin up this environment by doing the following:

cd Vagrant
vagrant up

Tearing down

You can easily tear down this environment by doing the following:

./cleanup.sh

License

MIT

Author Information

Larry Smith Jr.