ansible-role-elasticsearch/test/integration/standard.yml
2018-06-13 08:29:45 +02:00

15 lines
436 B
YAML

---
- 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:
es_enable_xpack: false
es_package_name: "elasticsearch-oss"
es_heap_size: "1g"
es_plugins:
- plugin: ingest-geoip
#Do not add tests here. This test is run twice and confirms idempotency.