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