-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.yml
23 lines (20 loc) · 799 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# defaults file for clamav
# SELinux has to be configured to allow scanning. Set clamav_can_scan_system to
# either "true" or "false". Only has effect on systems that support SELinux.
clamav_can_scan_system: true
# Configure any parameter using "regexp" and "line". The parameter "regexp"
# contains the line that needs to be replaced. The replacement is stored in
# "line".
clamav_configuration:
- line: "Example"
state: absent
- line: "TCPSocket 10025"
- line: "TCPAddr 127.0.0.1"
- line: "LogFile /var/log/clamd.scan"
# If you have local clamav mirrors (as recommended by ClamAV),
# you will also need to define a list variable with your mirrors to add,
# as the following example indicates:
# freshclam_private_mirrors:
# - mirror1.mynetwork.com
# - mirror2.mynetwork.com