]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Configure wiki server to send mail via the new smarthost
[chef.git] / roles / wiki.rb
index 21f6ea8a49d49452743140d31a9131d810cd21f2..b7243e2934d6625d74d67362f580f62c2c68e6fd 100644 (file)
@@ -18,13 +18,14 @@ default_attributes(
     }
   },
   :elasticsearch => {
-    :version => "5.x",
+    :version => "6.x",
     :cluster => {
       :name => "wiki"
     }
   },
   :exim => {
-    :trusted_users => ["www-data"],
+    :smarthost_via => "fafnir.openstreetmap.org:26",
+    :trusted_users => %w[www-data wiki],
     :aliases => {
       :root => "grant"
     },
@@ -37,10 +38,18 @@ default_attributes(
     ]
   },
   :memcached => {
-    :memory_limit => 1024,
+    :memory_limit => 4096,
     :connection_limit => 8192,
-    :chunk_growth_factor => 1.05,
-    :min_item_size => 5
+    :chunk_growth_factor => 1.25,
+    :min_item_size => 48
+  },
+  :sysctl => {
+    :swappiness => {
+      :comment => "Reduce swap usage",
+      :parameters => {
+        "vm.swappiness" => 10
+      }
+    }
   },
   :mysql => {
     :settings => {