X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85625531ef385b5be17fe2b0de369e3f1af2527b..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 288daee19..42d25b9a6 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -14,22 +14,22 @@ default_attributes( } }, :external_ipv4 => { - :interface => "bond0.3", + :interface => "bond0.2", :role => :external, :family => :inet, :address => "130.117.76.4" }, - # :external_ipv6 => { - # :interface => "bond0.3", - # :role => :external, - # :family => :inet6, - # :address => "2001:978:2:2C::172:1004" - # } + :external_ipv6 => { + :interface => "bond0.2", + :role => :external, + :family => :inet6, + :address => "2001:978:2:2C::172:4" + } } } ) run_list( - "role[ic]", + "role[equinix]", "role[hp-dl360-g6]" )