Add option to enable xpack trial
This commit is contained in:
parent
8d72d86ab8
commit
57fa4e5176
4 changed files with 25 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue