]> git.openstreetmap.org Git - chef.git/blobdiff - roles/simurgh.rb
Add role for firnen
[chef.git] / roles / simurgh.rb
index 3923f4fcb0cb7826e97eb2bb0a6ad41156300a4d..011afdce444811aa267f5f5610f3d4296e86733c 100644 (file)
@@ -15,6 +15,9 @@ default_attributes(
         :prefix => "24",
         :gateway => "94.20.20.1"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {
@@ -30,6 +33,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
         :max_size => "2048M"
       }
     }