2015-07-09 16:29:06 +02:00
|
|
|
---
|
2017-03-16 21:06:17 +00:00
|
|
|
- name: Standard test for single node setup. Tests idempotence.
|
2015-07-09 16:29:06 +02:00
|
|
|
hosts: localhost
|
2018-06-19 21:17:10 +02:00
|
|
|
post_tasks:
|
2018-01-31 08:14:24 +01:00
|
|
|
- include: elasticsearch/test/integration/debug.yml
|
2015-07-09 16:29:06 +02:00
|
|
|
roles:
|
2018-06-19 21:17:10 +02:00
|
|
|
- elasticsearch
|
2015-07-09 16:29:06 +02:00
|
|
|
vars:
|
2018-06-13 08:29:45 +02:00
|
|
|
es_enable_xpack: false
|
2017-03-16 21:06:17 +00:00
|
|
|
es_heap_size: "1g"
|
2017-03-16 23:59:13 +00:00
|
|
|
es_plugins:
|
2019-05-09 09:06:02 +02:00
|
|
|
- plugin: ingest-attachment
|
2019-11-27 10:46:11 +01:00
|
|
|
es_config_default: "test/integration/files/custom_config/elasticsearch"
|
|
|
|
|
es_config_log4j2: "test/integration/files/custom_config/log4j2.properties"
|
|
|
|
|
es_config_jvm: "test/integration/files/custom_config/jvm.options"
|
2017-03-16 21:06:17 +00:00
|
|
|
|
2018-01-31 08:14:24 +01:00
|
|
|
#Do not add tests here. This test is run twice and confirms idempotency.
|