From 9a543c1c05715b8467eda05f15cc91a5b4747b14 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Mar 2023 22:21:43 +0000 Subject: [PATCH] Switch grindtooth to use systemd-networkd --- roles/grindtooth.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index d504a189f..9d1cad866 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -3,6 +3,7 @@ description "Master role applied to grindtooth" default_attributes( :networking => { + :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "enp3s0f0.2801", -- 2.39.5