You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main objective of this step is to develop the main installation playbooks for the Wazuh deployment.
wazuh-distributed.yml
wazuh-aio.yml
wazuh-agent.yml
Each playbook will be designed to facilitate the installation and configuration of Wazuh components efficiently. However, the setup must follow the OOB approach.
Check the Spike Diagrams.
Considerations
It is still is missing the definition of:
where is going to be implemented the logic for the generation of the variables-file (with the packages urls) that is going to be used by the roles.
Must be usable by the roles (as each role is going to download and install its package)
Proposal
Create a role which its purpose will be :
To download the corresponding (prod, stage or dev) URLs file
To read the file, process it [replace tokens, loop through URLS, create variable names with a nomenclature], and generate ansible vars file.
To place the ansible vars file in a defined path and a fixed name
Path: wazuh-ansible/path/to/var/file.ymk
Import the variable file at the start of the tasks/main.yml of each role to import variables file with packages urls.
The text was updated successfully, but these errors were encountered:
Description
The main objective of this step is to develop the main installation playbooks for the Wazuh deployment.
wazuh-distributed.yml
wazuh-aio.yml
wazuh-agent.yml
Each playbook will be designed to facilitate the installation and configuration of Wazuh components efficiently. However, the setup must follow the OOB approach.
Check the Spike Diagrams.
Considerations
It is still is missing the definition of:
where is going to be implemented the logic for the generation of the variables-file (with the packages urls) that is going to be used by the roles.
Must be usable by the roles (as each role is going to download and install its package)
Proposal
To download the corresponding (prod, stage or dev) URLs file
To read the file, process it [replace tokens, loop through URLS, create variable names with a nomenclature], and generate ansible vars file.
To place the ansible vars file in a defined path and a fixed name
Path:
wazuh-ansible/path/to/var/file.ymk
Import the variable file at the start of the tasks/main.yml of each role to import variables file with packages urls.
The text was updated successfully, but these errors were encountered: