From 3c0a252ecc41c2905464ab12085270088a1cc20e Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 26 May 2026 13:42:56 +0200 Subject: [PATCH] Add virusfilter support to Samba shares configuration --- host_vars/file-blkr.blkr.netz.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/file-blkr.blkr.netz.yml b/host_vars/file-blkr.blkr.netz.yml index dc96c86..91a6ba4 100644 --- a/host_vars/file-blkr.blkr.netz.yml +++ b/host_vars/file-blkr.blkr.netz.yml @@ -415,6 +415,7 @@ samba_shares: group_write_list: buero file_create_mask: !!str 664 dir_create_mask: !!str 2775 + vfs_object_virusfilter: true vfs_object_recycle: true recycle_path: '@Recycle' @@ -425,6 +426,7 @@ samba_shares: group_write_list: verwaltung file_create_mask: !!str 664 dir_create_mask: !!str 2775 + vfs_object_virusfilter: true vfs_object_recycle: true recycle_path: '@Recycle'