Update outdated references to branch v5.0.0

This commit is contained in:
Jesus Garcia 2026-01-29 08:34:42 -05:00
parent 4d2133fb68
commit b8221554a7
No known key found for this signature in database
GPG Key ID: 8461CA78326C96C9
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Refer to the [Requirements](../ref/getting-started/requirements.md) section in t
- Clone the [wazuh-ansible](https://github.com/wazuh/wazuh-ansible) repository and navigate to its directory.
```bash
git clone --branch v6.0.0 https://github.com/wazuh/wazuh-ansible.git
git clone --branch v5.0.0 https://github.com/wazuh/wazuh-ansible.git
```
- Install Ansible collections: use the `ansible-galaxy` command to install the required Ansible collections specified in the `requirements.yml` file.

View File

@ -9,7 +9,7 @@ Before proceeding, configure your Ansible inventory file (`inventory.ini`) based
Additionally, ensure you clone the `wazuh-ansible` repository and install the necessary dependencies:
```bash
git clone --branch v6.0.0 https://github.com/wazuh/wazuh-ansible.git
git clone --branch v5.0.0 https://github.com/wazuh/wazuh-ansible.git
cd wazuh-ansible
ansible-galaxy install -r requirements.yml
```

View File

@ -2,7 +2,7 @@
This section outlines the supported platforms, versions, and dependencies for deploying Wazuh using `wazuh-ansible`. Ensuring compatibility is essential for a successful deployment.
It is important to note that since the Wazuh refactoring, wazuh-ansible is now only compatible with Wazuh version 6.0 and later.
It is important to note that since the Wazuh refactoring, wazuh-ansible is now only compatible with Wazuh version 5.0 and later.
Also, review the official Ansible documentation to ensure your control node meets the compatibility requirements. You can find more information at the following link: [Ansible documentation - Release and Maintenance](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html)