From 0290c55400c89d44e5102f1a2376ac3f69550a3d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 4 Mar 2023 11:45:53 +0000 Subject: [PATCH] Switch noquiklos to use an nftables firewall --- roles/noquiklos.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index 4fd452acd..e7078609f 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -6,6 +6,9 @@ default_attributes( :memory_limit => 24 * 1024 }, :networking => { + :firewall => { + :engine => "nftables" + }, :interfaces => { :internal_ipv4 => { :interface => "eth0.2801", -- 2.39.5