Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 428 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 428 Bytes

ClamAV Ansible Role

Description

This role installs the ClamAV antivirus.

Features

Configuration:

  • Install ClamAV and unofficial signatures.
  • Configure automatic definitions updates.
  • Configure automatic scan service.

Dependencies

None

Variables

None

Example Playbook

---
- hosts: all
  become: true
  collections:
    - jgoutin.home
  roles:
    - clamav