]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Bump test-kitchen from 2.7.0 to 2.7.1
[chef.git] / roles / ucl.rb
index 27064ea2359a8a42a83c83705ae899c20a1b3777..b3220a9941ceb62d7b9c8a06bb338da12ea25969 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,5 +39,6 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]"
+  "role[gb]",
+  "recipe[prometheus]"
 )