From 6bc5417005af3ba041168fe84c18b12d7b25a3c2 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Mon, 14 Apr 2025 13:42:37 +0400 Subject: [PATCH] feature!: clean templates without hardcode Signed-off-by: Dmitriy Safronov <zimniy@cyberbrain.pw> --- templates/fail2ban.local.j2 | 3 --- templates/jail.local.j2 | 3 --- 2 files changed, 6 deletions(-) diff --git a/templates/fail2ban.local.j2 b/templates/fail2ban.local.j2 index b85e571..0e72fde 100644 --- a/templates/fail2ban.local.j2 +++ b/templates/fail2ban.local.j2 @@ -1,6 +1,3 @@ {{ ansible_managed | comment }} -[DEFAULT] -logtarget = SYSLOG - {{ fail2ban.fail2ban_local | default('') }} diff --git a/templates/jail.local.j2 b/templates/jail.local.j2 index 43b652b..661b6ae 100644 --- a/templates/jail.local.j2 +++ b/templates/jail.local.j2 @@ -1,6 +1,3 @@ {{ ansible_managed | comment }} -[DEFAULT] -backend = systemd - {{ fail2ban.jail_local | default('') }} -- GitLab