- rename es_enable_xpack variable to oss_version this variable name should be more explicit and consistent with the xpack changes made in 6.3 es_enable_xpack can still be used but is deprecated and will be removed in a later version. - remove es_xpack-features variables this variable was not working anymore since 6.3 [0] [0]: https://github.com/elastic/ansible-elasticsearch/issues/608
17 lines
588 B
YAML
17 lines
588 B
YAML
---
|
|
- name: Standard test for single node setup. Tests idempotence.
|
|
hosts: localhost
|
|
post_tasks:
|
|
- include: elasticsearch/test/integration/debug.yml
|
|
roles:
|
|
- elasticsearch
|
|
vars:
|
|
oss_version: true
|
|
es_heap_size: "1g"
|
|
es_plugins:
|
|
- plugin: ingest-attachment
|
|
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"
|
|
|
|
#Do not add tests here. This test is run twice and confirms idempotency.
|