From 614474a50b36944856024c28d28530c3f61755ef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Mar 2023 09:33:32 +0000 Subject: [PATCH] Switch machines in Dublin to use nftables --- roles/equinix-dub.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index c4f30e2ff..94a8989e1 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -12,6 +12,9 @@ default_attributes( } }, :networking => { + :firewall => { + :engine => "nftables" + }, :roles => { :internal => { :inet => { -- 2.39.5