X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/83e55d95c3f7111636e1591095457b766238586d..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/exonetric.rb diff --git a/roles/exonetric.rb b/roles/exonetric.rb index d864d553d..ea1c00481 100644 --- a/roles/exonetric.rb +++ b/roles/exonetric.rb @@ -7,6 +7,8 @@ default_attributes( :hatter => { :status => :administrator } } }, + :hosted_by => "Exonetric", + :location => "London, England", :networking => { :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { @@ -15,6 +17,10 @@ default_attributes( :inet => { :prefix => "28", :gateway => "178.250.74.33" + }, + :inet6 => { + :prefix => "64", + :gateway => "2a02:1658:4:0::1" } } }