]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Switch machines in Amsterdam to use systemd-networkd
[chef.git] / roles / ucl.rb
index 27064ea2359a8a42a83c83705ae899c20a1b3777..befd4f911e62ad035fab4bfdc76a9685d3359262 100644 (file)
@@ -4,11 +4,15 @@ description "Role applied to all servers at UCL"
 default_attributes(
   :location => "Slough, England",
   :networking => {
+    :engine => "systemd-networkd",
     :roles => {
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.0.3"
+          :gateway => "10.0.0.3",
+          :routes => {
+            "10.0.0.0/8" => { :via => "10.0.0.3" }
+          }
         }
       },
       :external => {
@@ -18,6 +22,9 @@ default_attributes(
           :gateway => "193.60.236.254"
         }
       }
+    },
+    :wireguard => {
+      :keepalive => 180
     }
   }
 )