From 08dfcf915746a8174e986475dcb17bd7caf81386 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 08:41:42 +0000 Subject: [PATCH] Switch horntail to use systemd-networkd --- roles/horntail.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/horntail.rb b/roles/horntail.rb index afaf9460d..65b0ccd48 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -3,6 +3,7 @@ description "Master role applied to horntail" default_attributes( :networking => { + :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "bond0", -- 2.39.5