clean es_xpack_custom_url variable wich is no more used

This was used to define url to download X-Pack but X-Pack is now embedded in Elasticsearch since 6.3
This commit is contained in:
Julien Mailleret 2019-09-05 10:45:36 +02:00
parent 08512fc17e
commit ffc6d99915
No known key found for this signature in database
GPG key ID: F065093271C8DE71
2 changed files with 0 additions and 5 deletions

View file

@ -264,10 +264,6 @@ X-Pack features, such as Security, are supported.
The parameter `es_xpack_features` allows to list xpack features to install (example: `["alerting","monitoring","graph","security","ml"]`). The parameter `es_xpack_features` allows to list xpack features to install (example: `["alerting","monitoring","graph","security","ml"]`).
When the list is empty, it install all features available with the current licence. When the list is empty, it install all features available with the current licence.
The following additional parameters allow X-Pack to be configured:
* ```es_xpack_custom_url``` Url from which X-Pack can be downloaded. This can be used for installations in isolated environments where the elastic.co repo is not accessible. e.g. ```es_xpack_custom_url: "https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-5.5.1.zip"```
* ```es_role_mapping``` Role mappings file declared as yml as described [here](https://www.elastic.co/guide/en/x-pack/current/mapping-roles.html) * ```es_role_mapping``` Role mappings file declared as yml as described [here](https://www.elastic.co/guide/en/x-pack/current/mapping-roles.html)

View file

@ -7,5 +7,4 @@
roles: roles:
- elasticsearch - elasticsearch
vars: vars:
es_xpack_custom_url: "https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ es_version }}.zip"
es_heap_size: 2g es_heap_size: 2g