From 42f5ff6cdfcfa6d689dcd103212ff397add68ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <mikewashere@sch.bme.hu> Date: Sat, 21 Aug 2021 19:24:04 +0000 Subject: [PATCH] Add option to not use iptables --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 3d0e0ae..fc61bc7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,6 +38,7 @@ - name: Setup iptables firewall import_tasks: "iptables.yml" + when: no_iptables != True tags: [iptables] # TODO remove passwords, investigate unattended upgrades -- GitLab