Merge branch 'devel' into wazuh_release_3.13.1_7.8.0
This commit is contained in:
commit
954f3d9070
@ -4,6 +4,7 @@
|
|||||||
path: "{{ local_certs_path }}"
|
path: "{{ local_certs_path }}"
|
||||||
register: certificates_folder
|
register: certificates_folder
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
become: no
|
||||||
tags:
|
tags:
|
||||||
- generate-certs
|
- generate-certs
|
||||||
|
|
||||||
@ -77,6 +78,7 @@
|
|||||||
|
|
||||||
run_once: true
|
run_once: true
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
become: no
|
||||||
tags:
|
tags:
|
||||||
- generate-certs
|
- generate-certs
|
||||||
when:
|
when:
|
||||||
|
|||||||
@ -20,7 +20,6 @@ wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
|
|||||||
|
|
||||||
# The OpenDistro package repository
|
# The OpenDistro package repository
|
||||||
kibana_opendistro_version: -1.8.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
|
kibana_opendistro_version: -1.8.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
|
||||||
kibana_opendistro_package: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
|
||||||
|
|
||||||
package_repos:
|
package_repos:
|
||||||
yum:
|
yum:
|
||||||
|
|||||||
4
roles/opendistro/opendistro-kibana/tasks/main.yml
Normal file → Executable file
4
roles/opendistro/opendistro-kibana/tasks/main.yml
Normal file → Executable file
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
- name: Install Kibana
|
- name: Install Kibana
|
||||||
package:
|
package:
|
||||||
name: "{{ kibana_opendistro_package }}"
|
name: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
||||||
state: present
|
state: present
|
||||||
register: install
|
register: install
|
||||||
tags: install
|
tags: install
|
||||||
@ -75,7 +75,7 @@
|
|||||||
- not build_from_sources
|
- not build_from_sources
|
||||||
|
|
||||||
- name: Kibana optimization (can take a while)
|
- name: Kibana optimization (can take a while)
|
||||||
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize
|
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize -c {{ kibana_conf_path }}/kibana.yml
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user