Ansible role to install and configure Wazuh Agent on Linux and Windows hosts
None
- wazuh_version: "4.x"
- wazuh_manager_ip: "" #(required)
- wazuh_manager_port: "1514"
- wazuh_registration_port: "1515"
- wazuh_manager_protocol: "tcp"
- wazuh_agent_group: "default"
- wazuh_registration_password: "" #(required)
- wazuh_autoupdate: true
- libyanspider.firewall_ansible_role
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- { role: libyanspider.wazuh_agent_role, wazuh_manager_ip: 127.0.0.1, wazuh_registration_password: strongpassword }
BSD
Ahmed Shibani (#shumbashi) sheipani@gmail.com