From 7e0b0805bb2382ac652ce2ee1c2131644c69739f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 7 Mar 2025 14:08:30 +0000 Subject: [PATCH] Fix internal interfaces at UCL --- roles/ucl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ucl.rb b/roles/ucl.rb index ad19da821..1734989bf 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -6,9 +6,9 @@ default_attributes( :networking => { :interfaces => { :internal => { + :role => :internal, + :metric => 200, :inet => { - :role => :internal, - :metric => 200, :prefix => "20", :gateway => "10.0.0.3", :routes => { -- 2.39.5