Make Opendistro Kibana flexible version
This commit is contained in:
parent
539f1930df
commit
89178df8e9
@ -1,5 +1,6 @@
|
||||
---
|
||||
|
||||
# Kibana configuration
|
||||
elasticsearch_http_port: 9200
|
||||
elasticsearch_nodes: |-
|
||||
{% for item in groups['es_cluster'] -%}
|
||||
@ -18,6 +19,9 @@ wazuh_version: 3.13.0
|
||||
wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
|
||||
|
||||
# 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_package: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
||||
|
||||
package_repos:
|
||||
yum:
|
||||
opendistro:
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
- name: Install Kibana
|
||||
package:
|
||||
name: opendistroforelasticsearch-kibana
|
||||
name: "{{ kibana_opendistro_package }}"
|
||||
state: present
|
||||
register: install
|
||||
tags: install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user