ansible-role-elasticsearch/test/integration/package.yml
2015-12-14 19:34:09 +00:00

9 lines
No EOL
364 B
YAML

---
- 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" }
vars:
es_scripts: true
es_templates: true
#Plugins installed for this test are specified in .kitchen.yml under suite