---
galaxy_info:
  role_name: antivirus
  author: ProfessorManhattan
  description: Installs and configures ClamAV/rkhunter on Linux systems and installs Malwarebytes on Windows/macOS
  company: Megabyte Labs
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: EL
      versions:
        - 6
        - 7
        - 8
    - name: Ubuntu
      versions:
        - trusty
        - xenial
        - bionic
    - name: Debian
      versions:
        - jessie
        - stretch
  galaxy_tags:
    - networking
    - cloud
    - security
    - antivirus
    - antimalware
    - scan
    - malwarebytes
    - clamav
  namespace: professormanhattan
dependencies:
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
