X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1a1b82f02357f19b9b953f1264c7ea3587c74568..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/ucl-wolfson.rb diff --git a/roles/ucl-wolfson.rb b/roles/ucl-wolfson.rb index 882621d0d..208185a37 100644 --- a/roles/ucl-wolfson.rb +++ b/roles/ucl-wolfson.rb @@ -4,6 +4,12 @@ description "Role applied to all servers at UCL which are in Wolfson House" default_attributes( :networking => { :roles => { + :internal => { + :inet => { + :prefix => "20", + :gateway => "10.0.0.3" + } + }, :external => { :zone => "ucl", :inet => { @@ -17,8 +23,8 @@ default_attributes( override_attributes( :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], - :search => [ "openstreetmap.org" ] + :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"], + :search => ["ucl.openstreetmap.org", "openstreetmap.org"] } )