libyanspider.wazuh_agent_role
Wazuh Agent
This is an Ansible role that helps you install and set up the Wazuh Agent on both Linux and Windows systems.
Requirements
There are no specific requirements.
Role Variables
wazuh_version
: "4.x" - The version of Wazuh you want to install.wazuh_manager_ip
: "" - The IP address of the Wazuh manager (this is required).wazuh_manager_port
: "1514" - The port used by the Wazuh manager.wazuh_registration_port
: "1515" - The port used for agent registration.wazuh_manager_protocol
: "tcp" - The protocol to communicate with the Wazuh manager.wazuh_agent_group
: ["default"] - The group to which the agent will belong.wazuh_registration_password
: "" - A password for registration (this is required).wazuh_autoupdate
: true - Whether to enable automatic updates.
Dependencies
- Requires the
libyanspider.firewall_ansible_role
role.
Example Playbook
Here's an example of how to use this role in a playbook, including the necessary variables:
- hosts: all
roles:
- { role: libyanspider.wazuh_agent_role, wazuh_manager_ip: 127.0.0.1, wazuh_registration_password: strongpassword }
License
This role is licensed under the BSD license.
Author Information
The author of this role is Ahmed Shibani (username: #shumbashi). You can contact him at sheipani@gmail.com.
Informazioni sul progetto
Ansible role to install and configure Wazuh Agent on Linux and Windows hosts
Installa
ansible-galaxy install libyanspider.wazuh_agent_role
Licenza
Unknown
Download
717
Proprietario