https://github.com/mediapop/verygood.clamav
https://github.com/mediapop/verygood.clamav
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mediapop/verygood.clamav
- Owner: mediapop
- Created: 2015-05-17T03:39:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T20:31:10.000Z (about 10 years ago)
- Last Synced: 2025-01-24T08:11:39.225Z (4 months ago)
- Size: 92.8 MB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Role Name
=========This roles setup a Clamav. It uses the two clamav daemons for scanning and keeping the definitions up to date.
Because clamav-daemon doesn't want to start without a definition database ready, and we don't want to wait for it
to download one it's included in the role and copied over.Requirements
------------This role is only tested on Ubuntu trusty. ClamAV eats up about 300mb of ram.
Role Variables
--------------Defaults are shown below
```yml
clamav_logsyslog: no
clamav_selfcheck: 3600
```Example Playbook
----------------- hosts: agents
roles:
- verygood.ossec-clamavLicense
-------BSD