mirror of
https://github.com/wazuh/wazuh-ansible.git
synced 2026-02-03 17:42:43 -06:00
Update outdated references to branch v5.0.0
This commit is contained in:
parent
4d2133fb68
commit
b8221554a7
@ -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.
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user