X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85625531ef385b5be17fe2b0de369e3f1af2527b..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 288daee19..6c35f01c8 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -14,22 +14,23 @@ 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[hp-dl360-g6]" + "role[equinix]", + "role[hp-dl360-g6]", + "role[wiki]" )