libyanspider.wazuh_agent_role

Agent Wazuh

Rôle Ansible pour installer et configurer l'Agent Wazuh sur des hôtes Linux et Windows

Exigences

Aucune

Variables du Rôle

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

Dépendances

  • libyanspider.firewall_ansible_role

Exemple de Playbook

Inclure un exemple de la façon d'utiliser votre rôle (par exemple, avec des variables passées en paramètres) est toujours apprécié par les utilisateurs :

    - hosts: all
      roles:
         - { role: libyanspider.wazuh_agent_role, wazuh_manager_ip: 127.0.0.1, wazuh_registration_password: strongpassword }

Licence

BSD

Informations sur l'Auteur

Ahmed Shibani (#shumbashi) sheipani@gmail.com

À propos du projet

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

Installer
ansible-galaxy install libyanspider.wazuh_agent_role
Licence
Unknown
Téléchargements
717
Propriétaire