X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/86517930db4ce769b5b56941e62a650b1b6b2429..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/exonetric.rb diff --git a/roles/exonetric.rb b/roles/exonetric.rb index bb67bca6a..93068a76c 100644 --- a/roles/exonetric.rb +++ b/roles/exonetric.rb @@ -7,10 +7,19 @@ default_attributes( :hatter => { :status => :administrator } } }, + :hosted_by => "Exonetric", + :location => "London, England", :networking => { :roles => { :external => { - :zone => "ex" + :inet => { + :prefix => "28", + :gateway => "178.250.74.33" + }, + :inet6 => { + :prefix => "64", + :gateway => "2a02:1658:4:0::1" + } } } }