8000 GitHub - darsh12/ansible-wazuh-agent: Ansible role to setup wazuh agent on linux servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

darsh12/ansible-wazuh-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wazuh_agent

Ansible role to install and configure wazuh agent

Role Variables

- wazuh_manager_ip: 127.0.0.1
- wazuh_agent_group: linux
- wazuh_manager_password: registration_password
- enable_wazuh_remote_command: True/False

Example Playbook

- host: all
  roles:
    - role: darsh12.wazuh_agent
  vars:
    wazuh_manager_ip: localhost
    wazuh_agent_group: linux
    wazuh_manager_password: registration_password
    enable_wazuh_remote_command: False

License

BSD

Author Information

darsh12

About

Ansible role to setup wazuh agent on linux servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0