Add option to enable xpack trial

This commit is contained in:
pemontto 2019-10-18 16:54:46 +01:00
parent 8d72d86ab8
commit 57fa4e5176
No known key found for this signature in database
GPG key ID: EDCB93C3DA1B5DA9
4 changed files with 25 additions and 2 deletions

View file

@ -90,6 +90,10 @@
include: ./xpack/security/elasticsearch-xpack-activation.yml
when: es_start_service and es_enable_xpack and es_xpack_license is defined and es_xpack_license != ''
- name: activate-trial
include: ./xpack/security/elasticsearch-xpack-trial-activation.yml
when: es_start_service and es_enable_xpack and es_xpack_trial
#perform security actions here now elasticsearch is started
- name: include xpack/security/elasticsearch-security-native.yml
include: ./xpack/security/elasticsearch-security-native.yml