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-01-31 08:14:24 +01:00
|
|
|
tasks:
|
|
|
|
|
- include: elasticsearch/test/integration/debug.yml
|
2016-07-22 23:44:27 +01:00
|
|
|
roles:
|
2018-06-19 10:39:16 +02:00
|
|
|
- { role: elasticsearch, es_api_port: 9200, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "security_node" }
|
2016-07-22 23:44:27 +01:00
|
|
|
vars:
|
2018-06-19 10:39:16 +02:00
|
|
|
es_xpack_custom_url: "https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ es_version }}.zip"
|
|
|
|
|
es_heap_size: 2g
|
2016-07-22 23:44:27 +01:00
|
|
|
es_enable_xpack: true
|
|
|
|
|
es_xpack_features:
|
2018-06-19 10:39:16 +02:00
|
|
|
- monitoring
|
|
|
|
|
- graph
|
|
|
|
|
- ml
|