X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/af08abd9a84a360f523def1d5dde94f909d8553f..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/exonetric.rb diff --git a/roles/exonetric.rb b/roles/exonetric.rb index 094fda110..ea1c00481 100644 --- a/roles/exonetric.rb +++ b/roles/exonetric.rb @@ -2,10 +2,26 @@ name "exonetric" description "Role applied to all servers at Exonetric" default_attributes( + :accounts => { + :users => { + :hatter => { :status => :administrator } + } + }, + :hosted_by => "Exonetric", + :location => "London, England", :networking => { + :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { - :zone => "ex" + :zone => "ex", + :inet => { + :prefix => "28", + :gateway => "178.250.74.33" + }, + :inet6 => { + :prefix => "64", + :gateway => "2a02:1658:4:0::1" + } } } }