Skip to content

GeekOops/geekoops-clamav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test deployment

ansible role for setting up clamav and fangfrisch

Configurable ansible role for setting up clamav and additional signature databases via fangfrisch(https://github.com/rseichter/fangfrisch). Note that for 15.5 there is no official package available: https://software.opensuse.org/package/clamav Works with

  • openSUSE Leap 15.4 -> tested

Role Variables


You can set the following variables to configure the role. Here listed are the variables and their default settings.

Firewall configuration (disable by default)

Value Description Default
fangfrisch_prefix Where to set up fangfrisch /opt/fangfrisch

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: jellyfish
  roles:
     - { role: geekoops-clamav, fangfrisch_prefix="/opt/fangfrisch" }

An advanced example for the imaginary jellyfish test server

- hosts: jellyfish
  roles:
     - role: geekoops-clamav
       vars:
         fangfrisch_prefix: "/opt/fangfrisch"

License

MIT

Development

A tutorial on fangfrisch: https://blog.frehi.be/2021/01/25/using-fangfrisch-to-improve-malware-e-mail-detection-with-clamav/

Add githooks

This repository ships pre-commit git hooks that will check the yaml syntax. To configure them do

git config --local core.hooksPath .githooks/

About

An ansible role to set up clamav and additional databases via frischfang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages