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
- Host: GitHub
- URL: https://github.com/stuvusit/clamav
- Owner: stuvusIT
- License: other
- Created: 2017-09-06T19:54:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T19:42:02.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T17:54:03.766Z (6 months ago)
- Topics: ansible, ansible-role, anti-virus, av, clam, clamav, clamd, freshclam
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)