ansible-role-elasticsearch/test/integration/package.yml

9 lines
290 B
YAML
Raw Normal View History

2015-07-16 15:56:09 +02:00
---
- name: Elasticsearch Package tests
hosts: localhost
roles:
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
2015-11-25 17:13:45 +00:00
vars:
2015-11-26 10:20:58 +00:00
es_scripts: true
es_templates: true