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

10 lines
No EOL
287 B
YAML

---
- name: Standard test for single node setup. Tests idempotence.
hosts: localhost
roles:
- { role: elasticsearch, es_instance_name: "node1" }
vars:
es_use_repository: "true"
es_heap_size: "1g"
#Do not add tests here. This test is run twice and confirms idempotency.