2015-07-16 15:56:09 +02:00
|
|
|
---
|
|
|
|
|
- name: Elasticsearch Package tests
|
|
|
|
|
hosts: localhost
|
|
|
|
|
roles:
|
2015-11-25 15:28:09 +00:00
|
|
|
- { role: elasticsearch, es_config: { "discovery.zen.ping.multicast.enabled": true }, 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
|