]> git.openstreetmap.org Git - chef.git/commitdiff
configure nominatim on vhagar
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Dec 2022 20:38:40 +0000 (21:38 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Dec 2022 20:39:08 +0000 (21:39 +0100)
roles/vhagar.rb

index 97620c72a799032e256800a0d42981668078b32b..cc431679af373330f7a3229225fe2f3482a86ca5 100644 (file)
@@ -29,6 +29,15 @@ default_attributes(
         :address => "2001:978:2:2C::172:5"
       }
     }
+  },
+  :nominatim => {
+    :state => "standalone",
+    :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
+    :fpm_pools => {
+      "nominatim.openstreetmap.org" => {
+        :max_children => 200
+      }
+    }
   }
 )