Skip to content

ait-testbed/atb-ansible-wazuh_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Installs a very simple wazuh-agent setup. This role is just for the attackbed. For more advanced installations please use the official wazuh-ansible roles

Requirements

  • Debian/Ubuntu

Role Variables

wazuh_repokey: "https://packages.wazuh.com/key/GPG-KEY-WAZUH"
wazuh_repourl: "https://packages.wazuh.com/4.x/apt/ stable main"
# wazuh_localfiles:
#   - log_format: apache
#     location: /var/log/apache2/access.log
#   - log_format: json
#     location: /var/log/suricata/eve.json
wazuh_localfiles: []
wazuh_manager: false

Please not that wazuh_manager must be set with a correct ip address!

Dependencies

None

Example Playbook

- hosts: localhos
  become: true
  roles:
    - role: wazuh_agent
      vars:
        wazuh_manager: 192.168.100.130
        wazuh_localfiles:
          - log_format: apache2
            location: /var/log/apache2/access.log
          - log_format: json
            location: /var/log/suricata/eve.json

License

GPL-3.0-only

Author Information

Wolfgang Hotwagner(AIT Austrian Institute of Technology)

About

Installs a very basic wazuh setup

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages