2018-06-19 10:39:16 +02:00
|
|
|
#Tests x-pack is idempotent and works when security is not enabled
|
2016-07-22 23:44:27 +01:00
|
|
|
---
|
2018-06-19 10:39:16 +02:00
|
|
|
- name: Elasticsearch Xpack tests - no security and manual download
|
2016-07-23 19:48:50 +01: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
|
2016-07-22 23:44:27 +01:00
|
|
|
roles:
|
2018-06-19 21:36:41 +02:00
|
|
|
- elasticsearch
|
2016-07-22 23:44:27 +01:00
|
|
|
vars:
|
2018-06-19 10:39:16 +02:00
|
|
|
es_heap_size: 2g
|