This was used to define url to download X-Pack but X-Pack is now embedded in Elasticsearch since 6.3
10 lines
286 B
YAML
10 lines
286 B
YAML
#Tests x-pack is idempotent and works when security is not enabled
|
|
---
|
|
- name: Elasticsearch Xpack tests - no security and manual download
|
|
hosts: localhost
|
|
post_tasks:
|
|
- include: elasticsearch/test/integration/debug.yml
|
|
roles:
|
|
- elasticsearch
|
|
vars:
|
|
es_heap_size: 2g
|