From: Tom Hughes Date: Sat, 4 Mar 2023 11:45:53 +0000 (+0000) Subject: Switch noquiklos to use an nftables firewall X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0290c55400c89d44e5102f1a2376ac3f69550a3d Switch noquiklos to use an nftables firewall --- 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",