mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
13 lines
358 B
Django/Jinja
13 lines
358 B
Django/Jinja
DatabaseDirectory /var/lib/clamav
|
|
LogVerbose yes
|
|
LogSyslog yes
|
|
Checks {{ clam_safebrowsing | ternary('48','12') }}
|
|
DatabaseOwner clamupdate
|
|
DatabaseMirror {{ clam_mirror }}
|
|
{% for custom in clam_custom_db_url %}
|
|
DatabaseCustomURL={{ custom }}
|
|
{% endfor %}
|
|
NotifyClamd /etc/clamd.conf
|
|
Foreground yes
|
|
SafeBrowsing {{ clam_safebrowsing | ternary('yes','no') }}
|