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

7 lines
214 B
YAML
Raw Normal View History

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:
es_scripts: true