]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Remove unused roles
[chef.git] / roles / ucl.rb
index 27064ea2359a8a42a83c83705ae899c20a1b3777..516c925d39f5e81073d242ca1d7a88425287596a 100644 (file)
@@ -8,7 +8,10 @@ default_attributes(
       :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 +21,9 @@ default_attributes(
           :gateway => "193.60.236.254"
         }
       }
+    },
+    :wireguard => {
+      :keepalive => 180
     }
   }
 )