From bb07e95b66b8ba0e023713577382f31b5c1b8683 Mon Sep 17 00:00:00 2001 From: c-bordon Date: Tue, 14 Nov 2023 12:37:22 -0300 Subject: [PATCH 1/3] Updated Filebeat module version to 0.3 --- roles/wazuh/ansible-filebeat-oss/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/wazuh/ansible-filebeat-oss/defaults/main.yml b/roles/wazuh/ansible-filebeat-oss/defaults/main.yml index 9e63b980..2d637ef3 100644 --- a/roles/wazuh/ansible-filebeat-oss/defaults/main.yml +++ b/roles/wazuh/ansible-filebeat-oss/defaults/main.yml @@ -9,7 +9,7 @@ filebeat_output_indexer_hosts: - "localhost:9200" filebeat_module_package_url: https://packages.wazuh.com/4.x/filebeat -filebeat_module_package_name: wazuh-filebeat-0.2.tar.gz +filebeat_module_package_name: wazuh-filebeat-0.3.tar.gz filebeat_module_package_path: /tmp/ filebeat_module_destination: /usr/share/filebeat/module filebeat_module_folder: /usr/share/filebeat/module/wazuh From f49521aeea7c12995e0c8ff5cb64c87ad854c6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 21 Nov 2023 13:57:17 -0300 Subject: [PATCH 2/3] Reporting dependencies removed --- roles/wazuh/wazuh-dashboard/tasks/Debian.yml | 7 ------- roles/wazuh/wazuh-dashboard/tasks/RedHat.yml | 8 -------- 2 files changed, 15 deletions(-) diff --git a/roles/wazuh/wazuh-dashboard/tasks/Debian.yml b/roles/wazuh/wazuh-dashboard/tasks/Debian.yml index e80b605f..7525a10c 100644 --- a/roles/wazuh/wazuh-dashboard/tasks/Debian.yml +++ b/roles/wazuh/wazuh-dashboard/tasks/Debian.yml @@ -13,13 +13,6 @@ state: present update_cache: yes - - name: Install Wazuh dashboard dependencies - apt: - name: [ - 'libnss3-dev', 'fonts-liberation', 'libfontconfig1' - ] - state: present - - name: Install Wazuh dashboard apt: name: "wazuh-dashboard={{ dashboard_version }}-*" diff --git a/roles/wazuh/wazuh-dashboard/tasks/RedHat.yml b/roles/wazuh/wazuh-dashboard/tasks/RedHat.yml index 7ba36704..39900d43 100644 --- a/roles/wazuh/wazuh-dashboard/tasks/RedHat.yml +++ b/roles/wazuh/wazuh-dashboard/tasks/RedHat.yml @@ -10,14 +10,6 @@ gpgkey: "{{ wazuh_repo.gpg }}" gpgcheck: true - - name: Install Wazuh dashboard dependencies - yum: - name: [ - 'libnss3.so', 'xorg-x11-fonts-100dpi', 'xorg-x11-fonts-75dpi', 'xorg-x11-utils', 'xorg-x11-fonts-cyrillic', 'xorg-x11-fonts-Type1', 'xorg-x11-fonts-misc', 'fontconfig', 'freetype' - ] - state: present - ignore_errors: yes - - name: Install Wazuh dashboard package: name: "wazuh-dashboard-{{ dashboard_version }}" From 6161578840f7f453a8d02baebac9e650aed43fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Thu, 23 Nov 2023 11:56:18 +0100 Subject: [PATCH 3/3] Bump revision to 40704 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ad92b38d..e3c0e48d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-ANSIBLE_VERSION="v4.7.0" -REVISION="40703" +REVISION="40704"