This role configures an elasticsearch-comrade which is a Web UI for ElasticSearch. It enables an easier overview of the health of the cluster and its management.
This role goes in tandem with infra-role-elasticsearch. You can find the documentation here.
The only settings necessary to set are:
es_comrade_clusters:
cluster-a:
hosts: ['host-01.a.prod:9200', 'host-02.a.prod:9200']
cluster-b:
hosts: ['host-01.b.prod:9200', 'host-02.b.prod:9200']
user: 'secret_es_username'
pass: 'secret_es_password'