Merge branch 'activate-elasticsearch-license' of https://github.com/barryib/ansible-elasticsearch into barryib-activate-elasticsearch-license

This commit is contained in:
Dale McDiarmid 2017-01-04 11:00:40 +00:00
commit 6768a15b89
7 changed files with 55 additions and 2 deletions

View file

@ -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