An open API service indexing awesome lists of open source software.

https://github.com/stuvusit/clamav

Set up and configure clamd and freshclam with Ansible
https://github.com/stuvusit/clamav

ansible ansible-role anti-virus av clam clamav clamd freshclam

Last synced: 3 months ago
JSON representation

Set up and configure clamd and freshclam with Ansible

Awesome Lists containing this project

README

          

# clamav

This role installs and configures a clamav daemon including freshclamd for database updates

## Requirements

Debian

## Role Variables

| Name | Default/Required | Description |
|-----------------|:---------------------:|--------------------------------------|
| `clamav_checks` | `12` | Database updates per day |
| `clamav_mirror` | `database.clamav.net` | Database mirror to use for freshclam |

## Example Playbook

```yml
- hosts: av
roles:
- clamav
clamav_checks: 24
```

## License

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

## Author Information

- [Janne Heß](https://github.com/dasJ)