From 6c4c3d079481f94031506fe3b587428f2c0fce93 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 30 Nov 2025 14:54:25 -0500 Subject: [PATCH] Added ClamAV and ClamAV SystemD daemon package installations --- roles/bootstrap/vars/main/software.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/roles/bootstrap/vars/main/software.yml b/roles/bootstrap/vars/main/software.yml index d014bb1..e2b4677 100644 --- a/roles/bootstrap/vars/main/software.yml +++ b/roles/bootstrap/vars/main/software.yml @@ -193,13 +193,14 @@ software: proftpd-mod-crypto: name: apt: proftpd-mod-crypto - # proftpd-mod-ldap: - # name: - # apt: proftpd-mod-ldap - # @TODO manually install the commented below on current active new VPS, then uncomment - # proftpd-mod-clamav: - # name: - # apt: proftpd-mod-clamav + # @TODO write configuration files and handler for below two package installations + # based on: + clamav: + name: + apt: clamav + clamd: + name: + apt: clamav-daemon proftpd: name: apt: proftpd @@ -211,7 +212,7 @@ software: apt: rsync # rclone: # name: - # apt: rsync + # apt: rclone aria: name: apt: aria2