Skip to content
README.rst 1.01 KiB
Newer Older
nimrod's avatar
nimrod committed
Ansible-Elasticsearch
#####################
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
Ansible role to install Elasticsearch.
nimrod's avatar
nimrod committed

Requirements
------------

nimrod's avatar
nimrod committed
Debian Jessie.
nimrod's avatar
nimrod committed

Role Variables
--------------
nimrod's avatar
nimrod committed
::
    elasticsearch_cors_domains: [ 'localhost', '*.{{ ansible_domain }}' ] # List
    of domains that are enabled by CORS.
nimrod's avatar
nimrod committed

Dependencies
------------

nimrod's avatar
nimrod committed
None.
nimrod's avatar
nimrod committed

Example Playbook
----------------
nimrod's avatar
nimrod committed
::
nimrod's avatar
nimrod committed

    - hosts: servers
      roles:
nimrod's avatar
nimrod committed
      - role: elasticsearch
        elasticsearch_cors_domains: [ '*.example.com' ]
nimrod's avatar
nimrod committed

License
-------

nimrod's avatar
nimrod committed
MIT.
nimrod's avatar
nimrod committed

Author Information
------------------

nimrod's avatar
nimrod committed
Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
nimrod's avatar
nimrod committed
at: https://git.shore.co.il/explore/.
nimrod's avatar
nimrod committed

TODO
----

- Rebase on ansible-role-example.
- Assertions.
- Support Systemd.
- Tests.
- Flush handlers and wait for service to come up.
- Add mail alias.
- Log to syslog.
- Support more OS versions (Debian, Xenial, OpenBSD?).
nimrod's avatar
nimrod committed
- Backups?