]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Add a keepalive for wireguard on longma
[chef.git] / roles / jakelong.rb
index b81000f4a15cae7422dad35066ca62c120b2fd15..b8a7314e08288e618e81d290728041bec99e8f4f 100644 (file)
@@ -23,6 +23,9 @@ default_attributes(
         :prefix => "64",
         :gateway => "2605:2700:0:17::1"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {
@@ -38,6 +41,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
         :max_size => "2048M"
       }
     }
@@ -58,18 +62,11 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "sanfrancisco.render.openstreetmap.org",
-    :tile_siblings => [
-      "stormfly-02.openstreetmap.org",
-      "ascalon.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org"
-    ]
+    :tile_parent => "sanfrancisco.render.openstreetmap.org"
   }
 )
 
 run_list(
   "role[prgmr]",
-  "role[geodns]",
   "role[tilecache]"
 )