libyanspider.wazuh_agent_role

Wazuh Agent

用于在Linux和Windows主机上安装和配置Wazuh Agent的Ansible角色。

要求

角色变量

  • wazuh_version: "4.x"
  • wazuh_manager_ip: "" #(必填)
  • wazuh_manager_port: "1514"
  • wazuh_registration_port: "1515"
  • wazuh_manager_protocol: "tcp"
  • wazuh_agent_group: ["default"]
  • wazuh_registration_password: "" #(必填)
  • wazuh_autoupdate: true

依赖

  • libyanspider.firewall_ansible_role

示例剧本

提供一个使用角色的示例(例如,传入参数的变量)对用户来说总是很有帮助:

    - 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

关于项目

Ansible role to install and configure Wazuh Agent on Linux and Windows hosts

安装
ansible-galaxy install libyanspider.wazuh_agent_role
许可证
Unknown
下载
717
拥有者