libyanspider.wazuh_agent_role

Wazuhエージェント

LinuxおよびWindowsホストにWazuhエージェントをインストールおよび構成するための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
所有者