Ansible-Elasticsearch ##################### Ansible role to install Elasticsearch. Requirements ------------ Debian Jessie. Role Variables -------------- :: elasticsearch_cors_domains: [ 'localhost', '*.{{ ansible_domain }}' ] # List of domains that are enabled by CORS. Dependencies ------------ None. Example Playbook ---------------- :: - hosts: servers roles: - role: elasticsearch elasticsearch_cors_domains: [ '*.example.com' ] License ------- MIT. Author Information ------------------ Nimrod Adar, `contact me `_ or visit my `website `_. Patches are welcome via `git send-email `_. The repository is located at: https://www.shore.co.il/cgit/.