From 420230b4f7a4222cdf43c0bc18492376b3396de9 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 19 Feb 2025 13:24:58 -0600
Subject: [PATCH] Enable rsyslog configuration by default

Changed the 'enable_rsyslog_config' variable from false to true
This should be the default behavior for all nodes unless explicitly turned off by the developer.
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index b980d46..6be1a75 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -52,7 +52,7 @@
   sshpiper_dest_dir: "/opt/sshpiper"
 
 # rsyslog
-  enable_rsyslog_config: false
+  enable_rsyslog_config: true
   rsyslog_target: "*.* @master:514"
 
 # ssl certs
-- 
GitLab