From c88f769b30920f04ac4e02f83df9e132702ea099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sat, 25 Jun 2022 01:54:45 +0200 Subject: [PATCH] xenrox.net: Use iptables as firewalld backend nftables still cause a few problems with docker and kubernetes. --- host_vars/xenrox.net/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/host_vars/xenrox.net/vars.yml b/host_vars/xenrox.net/vars.yml index 5034c34..177a51e 100644 --- a/host_vars/xenrox.net/vars.yml +++ b/host_vars/xenrox.net/vars.yml @@ -13,6 +13,7 @@ wireguard_vpn_subnet: 10.200.200.0/24 borg_user: u272193-sub1 ci_deploy_target: true croc_relay: true +firewalld_backend: iptables hostname: avalon.xenrox.net srht: true -- 2.44.0