Add deb support to kibana task

This commit is contained in:
VictorMorenoJimenez 2021-03-31 12:59:21 +02:00
parent 31dc9952e8
commit ee9a529f67
No known key found for this signature in database
GPG Key ID: CE9668E2E3083179
2 changed files with 8 additions and 6 deletions

View File

@ -10,5 +10,11 @@
gpgkey: "{{ package_repos.yum.opendistro.gpg }}"
gpgcheck: true
- name: Install Kibana
package:
name: "opendistroforelasticsearch-kibana-{{ kibana_opendistro_version }}"
state: present
register: install
tags:
- install

View File

@ -11,12 +11,8 @@
- import_tasks: RedHat.yml
when: ansible_os_family == 'RedHat'
- name: Install Kibana
package:
name: "opendistroforelasticsearch-kibana-{{ kibana_opendistro_version }}"
state: present
register: install
tags: install
- import_tasks: Debian.yml
when: ansible_os_family == 'Debian'
- name: Remove Kibana configuration file
file: