]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
put dulcy back into production
[chef.git] / roles / ucl.rb
index 7f74979a5e81070e07f963df9e3c2e0d72481209..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
     }
   }
 )
@@ -33,6 +39,5 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]",
-  "recipe[prometheus]"
+  "role[gb]"
 )