ClamAV Ansible Role
Description
This role installs the ClamAV antivirus.
Features
Configuration:
- Install ClamAV and unofficial signature databases.
- Configure automatic definition updates.
- Configure an automatic scanning service.
Dependencies
None
Variables
None
Example Playbook
---
- hosts: all
become: true
collections:
- jgoutin.home
roles:
- clamav