Merge branch 'activate-elasticsearch-license' of https://github.com/barryib/ansible-elasticsearch into barryib-activate-elasticsearch-license
This commit is contained in:
commit
6768a15b89
7 changed files with 55 additions and 2 deletions
|
|
@ -49,7 +49,10 @@
|
|||
#Shield configuration
|
||||
- include: shield/elasticsearch-shield.yml
|
||||
|
||||
#Add any feature specific configuration here
|
||||
# Activate ES lience
|
||||
- include: elasticsearch-xpack-activation.yml
|
||||
when: es_enable_xpack and es_xpack_license is defined and es_xpack_license != ''
|
||||
|
||||
#Add any feature specific configuration here
|
||||
- name: Set Plugin Directory Permissions
|
||||
file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue