X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index 842daad98..a0f5331f4 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -2,12 +2,37 @@ name "ucl" description "Role applied to all servers at UCL" default_attributes( - :bind => { - :forwarders => ["144.82.100.1", "144.82.100.41"] + :location => "Slough, England", + :networking => { + :roles => { + :internal => { + :inet => { + :prefix => "20", + :gateway => "10.0.0.3", + :routes => { + "10.0.0.0/8" => { :via => "10.0.0.3" } + } + } + }, + :external => { + :zone => "ucl", + :inet => { + :prefix => "24", + :gateway => "193.60.236.254" + } + } + }, + :wireguard => { + :keepalive => 180 + } } ) override_attributes( + :networking => { + :nameservers => ["10.0.0.3", "1.1.1.1", "1.0.0.1"], + :search => ["ucl.openstreetmap.org", "openstreetmap.org"] + }, :ntp => { :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"] }