]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Add test for fail2ban cookbook
[chef.git] / roles / stormfly-02.rb
index 4551731976a88174cc57a7d5cc4dde5cc8094464..25cce34ae4e02fa0394374e6d691cd698e645164 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to stormfly-02"
 
 default_attributes(
   :hardware => {
-    :shm_size => "36g"
+    :shm_size => "38g"
   },
   :networking => {
     :interfaces => {
@@ -31,6 +31,13 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "65536M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "corvallis.render.openstreetmap.org"
   }