From: Sarah Hoffmann Date: Thu, 29 Dec 2022 20:38:40 +0000 (+0100) Subject: configure nominatim on vhagar X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/996007a462faf18966d2a55e80eef4a773ef71f6 configure nominatim on vhagar --- diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 97620c72a..cc431679a 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -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 + } + } } )