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

15 lines
398 B
YAML
Raw Normal View History

---
- name: Standard test for single node setup. Tests idempotence.
hosts: localhost
tasks:
- include: elasticsearch/test/integration/debug.yml
roles:
- { role: elasticsearch, es_instance_name: "node1" }
vars:
2017-01-17 12:00:49 +00:00
es_use_repository: "true"
es_heap_size: "1g"
2017-03-16 23:59:13 +00:00
es_plugins:
- plugin: ingest-geoip
#Do not add tests here. This test is run twice and confirms idempotency.