mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
16
roles/clamav/defaults/main.yml
Normal file
16
roles/clamav/defaults/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
clam_mirror: database.clamav.net
|
||||
clam_user: clamav
|
||||
clam_group: clamav
|
||||
clam_enable_clamd: False
|
||||
clam_custom_db_url: []
|
||||
clam_safebrowsing: True
|
||||
clam_listen_port: 3310
|
||||
clam_ports: "{{ [clam_listen_port] + [clam_stream_port_min + ':' + clam_stream_port_max] }}"
|
||||
clam_listen_ip: 127.0.0.1
|
||||
clam_src_ip: []
|
||||
# Max stream size, in MB
|
||||
clam_stream_max_size: 50
|
||||
clam_stream_port_min: 30000
|
||||
clam_stream_port_max: 32000
|
||||
|
Reference in New Issue
Block a user