mirror of
https://github.com/wazuh/wazuh-ansible.git
synced 2025-12-10 00:38:17 -06:00
Introduction
Wazuh Ansible Documentation
Here is the technical documentation for deploying Wazuh using the Ansible method. The documentation is structured into the following key guides:
- Development Guide: Step-by-step instructions to set up the development environment and deploy Wazuh effectively using Ansible.
- Reference Manual: In-depth details on the Wazuh Ansible deployment process, including prerequisites, configuration options, compatibility guidelines, and usage instructions.
Docs requirements
To work with this documentation, you need mdBook installed. For installation instructions, refer to the mdBook documentation.
Usage
-
To build the documentation, run:
./build.shThe output will be generated in the
bookdirectory. -
To serve the documentation locally for preview, run:
./server.shThe documentation will be available at http://127.0.0.1:3000.