Merge pull request #643 from wazuh/638-opendistro-documentation-from4.2
Fix Opendistro deployment issues in branch 4.2
This commit is contained in:
commit
b77f506d3a
@ -14,6 +14,7 @@
|
|||||||
repo: "{{ package_repos.apt.openjdk.baseurl }}"
|
repo: "{{ package_repos.apt.openjdk.baseurl }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
||||||
|
|
||||||
- name: Install openjdk-11-jdk
|
- name: Install openjdk-11-jdk
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
- name: Remove performance analyzer plugin from elasticsearch
|
- name: Remove performance analyzer plugin from elasticsearch
|
||||||
become: true
|
become: true
|
||||||
command: ./elasticsearch-plugin remove opendistro-performance-analyzer
|
command: ./elasticsearch-plugin remove opendistro-performance-analyzer
|
||||||
|
ignore_errors: true
|
||||||
args:
|
args:
|
||||||
chdir: /usr/share/elasticsearch/bin/
|
chdir: /usr/share/elasticsearch/bin/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user