From 4db01305dfbca96aed42f188e4f47942bab62a5a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Mar 2023 11:09:30 +0000 Subject: [PATCH] Switch machines in Amsterdam to use nftables --- roles/equinix-ams.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 19b106de3..13ab23878 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -3,6 +3,9 @@ description "Role applied to all servers at Equinix Amsterdam" default_attributes( :networking => { + :firewall => { + :engine => "nftables" + }, :roles => { :internal => { :inet => { -- 2.39.5