From 3cbf5b0a1152f144d8d754c0f944fb4f4ffa169e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 13:41:41 +0000 Subject: [PATCH] Switch machines in Amsterdam to use systemd-networkd --- roles/equinix-ams.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index fafecd478..8ec3f9b38 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -3,6 +3,7 @@ description "Role applied to all servers at Equinix Amsterdam" default_attributes( :networking => { + :engine => "systemd-networkd", :roles => { :internal => { :inet => { -- 2.45.1