Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 683 Bytes

Ansible Role: Elasticsearch

Build Status

An Ansible Role that installs Elasticsearch on RedHat/CentOS or Debian/Ubuntu.

Requirements

None.

Role Variables

None.

Dependencies

  • geerlingguy.java

Example Playbook

- hosts: search
  roles:
    - { role: geerlingguy.java }
    - { role: geerlingguy.elasticsearch }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.