From 31d19b2e5405e88a024a3ad0d669949b6ef98efc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Wed, 4 Aug 2021 15:49:41 +0200
Subject: [PATCH] fix: insert iptables rules at the top to avoid conflicting
 with the DENY ALL rule

---
 tasks/configure_iptables_externalusers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/configure_iptables_externalusers.yml b/tasks/configure_iptables_externalusers.yml
index 3cd72e9..784766b 100644
--- a/tasks/configure_iptables_externalusers.yml
+++ b/tasks/configure_iptables_externalusers.yml
@@ -1,7 +1,7 @@
 ---
 - name: iptables-Regeln setzen (ZIH der TU Dresden)
   iptables:
-    action: append
+    action: insert
     chain: INPUT
     comment: "{{ item.comment }}"
     destination: "{{ item.dest | default(omit) }}"
-- 
GitLab