Merge pull request #1921 from wazuh/bug/1782-wazuh-indexer_role_missing_ansible-galaxy_installation

Remove meta yamls that prevent indexer and agent role installation from PR #1806
This commit is contained in:
Gonzalo Acuña 2026-01-30 11:16:44 -03:00 committed by GitHub
commit 64bdf3cf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 77 deletions

View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Remove meta yamls that prevent indexer and agent role installation from PR #1806 ([#1921](https://github.com/wazuh/wazuh-ansible/pull/1921))
- Ensure boolean condition evaluations - from community PR #1897 ([#1916](https://github.com/wazuh/wazuh-ansible/pull/1916))
### Fixed

View File

@ -1,7 +1,7 @@
---
galaxy_info:
author: Wazuh
description: Installing, deploying and configuring Wazuh Agent.
description: Installing, deploying and configuring Wazuh using Ansible.
company: wazuh.com
license: license (GPLv3)
min_ansible_version: 2.0

View File

@ -1,29 +0,0 @@
---
dependencies: []
galaxy_info:
author: Wazuh
description: Installing and maintaining Filebeat-oss.
company: wazuh.com
license: license (GPLv3)
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- 6
- 7
- name: Fedora
versions:
- all
- name: Debian
versions:
- jessie
- name: Ubuntu
versions:
- precise
- trusty
- xenial
galaxy_tags:
- web
- system
- monitoring

View File

@ -1,23 +0,0 @@
---
galaxy_info:
author: Wazuh
description: Installing, deploying and configuring Wazuh Manager.
company: wazuh.com
license: license (GPLv3)
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- all
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: Fedora
versions:
- all
galaxy_tags:
- monitoring
dependencies: []

View File

@ -1,24 +0,0 @@
---
galaxy_info:
author: Wazuh
description: Installing and maintaining Wazuh indexer.
company: wazuh.com
license: license (GPLv3)
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- all
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: Fedora
versions:
- all
galaxy_tags:
- web
- system
- monitoring