From: Tom Hughes Date: Sat, 25 Sep 2021 10:49:57 +0000 (+0100) Subject: Update VLAN ID for external network in Dublin X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2097a16293742c7c416795372860f8996591d69a Update VLAN ID for external network in Dublin --- diff --git a/roles/idris.rb b/roles/idris.rb index c7e2c1e36..cc591c5ea 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -16,13 +16,13 @@ default_attributes( } }, :external_ipv4 => { - :interface => "bond0.2", + :interface => "bond0.101", :role => :external, :family => :inet, :address => "184.104.226.102" }, :external_ipv6 => { - :interface => "bond0.2", + :interface => "bond0.101", :role => :external, :family => :inet6, :address => "2001:470:1:b3b::6"