Make Opendistro Kibana flexible version

This commit is contained in:
Jose M 2020-06-26 11:11:33 +02:00
parent 539f1930df
commit 89178df8e9
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -23,7 +23,7 @@
- name: Install Kibana
package:
name: opendistroforelasticsearch-kibana
name: "{{ kibana_opendistro_package }}"
state: present
register: install
tags: install