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 purpose of this task is to perform the initial installation of the Ansible project, as well as the cleanup of files and directories that will no longer be needed. To do this, we will first make a list of all the contents of the project (from the root directory), and another list with the directories and files to keep. Then, we proceed to clean the repository, once we have identified the content that can be deleted.
Involved steps
Review Current Repository Structure
Identify and Classify Essential/Unnecessary Files and Directories
Clean Up the Repository from the unnecessary files and/or directories
Initial Project Setup
Create necessary directories for roles/ .
Create dirs and setup the following roles:
wazuh-indexer
wazuh-manager
wazuh-dashboard
wazuh-agent
Also create this dir for storing the packages urls list and ansible variables files
role/vars/
Use main dir to put the playbooks.
Create main playbooks:
wazuh-distributed.yml
wazuh-aio.yml
wazuh-agent.yml
The text was updated successfully, but these errors were encountered:
YisDav
changed the title
Cleaning of the repository and new project initial setup
Ansible MVP - Cleaning of the repository and new project initial setup
Dec 20, 2024
Description
The main purpose of this task is to perform the initial installation of the Ansible project, as well as the cleanup of files and directories that will no longer be needed. To do this, we will first make a list of all the contents of the project (from the root directory), and another list with the directories and files to keep. Then, we proceed to clean the repository, once we have identified the content that can be deleted.
Involved steps
roles/
.wazuh-indexer
wazuh-manager
wazuh-dashboard
wazuh-agent
role/vars/
wazuh-distributed.yml
wazuh-aio.yml
wazuh-agent.yml
The text was updated successfully, but these errors were encountered: