Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

elasticsearch

  • Clone with SSH
  • Clone with HTTPS
  • Adar Nimrod's avatar
    nimrod authored
    39e6b10f
    History

    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/.