From fc5f5917c99c4dc8744c242191624453533ab67f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 26 Sep 2024 14:34:21 +0100 Subject: [PATCH] Correct VLAN ID for tabaluga --- roles/tabaluga.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 60b585475..d682df74a 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -18,7 +18,7 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { :address => "184.104.179.142" -- 2.39.5