From 6b13fddec53d45b88d2498151c732d1c8654ed84 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 10:49:01 +0000 Subject: [PATCH] Switch machines at UCL to use systemd-networkd --- roles/grindtooth.rb | 1 - roles/ucl.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index 9d1cad866..d504a189f 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -3,7 +3,6 @@ description "Master role applied to grindtooth" default_attributes( :networking => { - :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "enp3s0f0.2801", diff --git a/roles/ucl.rb b/roles/ucl.rb index 516c925d3..befd4f911 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -4,6 +4,7 @@ description "Role applied to all servers at UCL" default_attributes( :location => "Slough, England", :networking => { + :engine => "systemd-networkd", :roles => { :internal => { :inet => { -- 2.39.5