From 94de5d60679443a9d510990746ae21da7d70629a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 8 Mar 2023 11:26:57 -0600 Subject: [PATCH] samba-dc: Decrease Samba log level The default log level (3) produces too much output and quickly fills the `/var/log` volume on the domain controllers. --- group_vars/samba-dc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/samba-dc.yml b/group_vars/samba-dc.yml index 8f3c04c..906ebc4 100644 --- a/group_vars/samba-dc.yml +++ b/group_vars/samba-dc.yml @@ -3,6 +3,8 @@ samba_server_role: active directory domain controller samba_options: - idmap_ldb:use rfc2307: 'yes' +samba_dc_log_level: 1 + samba_shares: - name: sysvol path: /var/lib/samba/sysvol