/ansible-elasticsearch

Elasticsearch ansible role broken out from upstream rpc-openstack (https://github.com/rcbops/rpc-openstack)

Primary LanguageShellApache License 2.0Apache-2.0

Ansible Elasticsearch Role

tags:rackspace, rpc, cloud, ansible, elasticsearch
category:*nix

Role for the deployment of Elasticsearch within Rackspace Private Cloud.

- name: Setup elasticsearch host
  hosts: elasticsearch_all
  user: root
  roles:
    - { role: "elasticsearch" }