]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile-old.rb
Add roles from the private repository
[chef.git] / roles / tile-old.rb
diff --git a/roles/tile-old.rb b/roles/tile-old.rb
new file mode 100644 (file)
index 0000000..cc6750c
--- /dev/null
@@ -0,0 +1,16 @@
+name "tile-old"
+description "Role applied to all tile servers"
+
+default_attributes(
+  :apt => {
+    :sources => [ "pitti-postgresql" ]
+  },
+  :sysctl => {
+    :sockets => {
+      :comment => "Increase size of connection queue",
+      :parameters => {
+        "net.core.somaxconn" => 10000
+      }
+    }
+  }
+)