From 6956b9b6fc5f08a30e018adf7c02c489aa223fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=A4rkle?= Date: Fri, 19 May 2023 11:08:27 +0200 Subject: [PATCH] DERP und doku exit-node --- roles/common-server/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/common-server/tasks/main.yml b/roles/common-server/tasks/main.yml index 8e637b7..6504ebf 100644 --- a/roles/common-server/tasks/main.yml +++ b/roles/common-server/tasks/main.yml @@ -12,14 +12,3 @@ - "unattended-upgrades" - "joe" - "fail2ban" - -- name: configure "fail2ban" - template: - src: jail.local - dest: /etc/fail2ban/jail.local - -- name: Restart fail2ban - ansible.builtin.systemd: - name: fail2ban.service - state: restarted - enabled: true