geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 209 forks source link

Properly test the correct address #28

Closed fredericve closed 7 years ago

fredericve commented 7 years ago

Near the end of the playbook the task that checks if elasticsearch is running always does so on localhost (default of the wait_for module). When another bind address than localhost is used this does not work and times out.

geerlingguy commented 7 years ago

Good catch!