Test fixes + ensuring node is started for templates

This commit is contained in:
Dale McDiarmid 2016-07-23 16:41:37 +01:00
parent ab592724d8
commit a149328ae8
10 changed files with 30 additions and 19 deletions

View file

@ -1,6 +1,6 @@
---
- name: Elasticsearch Xpack tests
hosts: localhost
hosts: localhostpost
roles:
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "shield_node" }
vars: