From 996007a462faf18966d2a55e80eef4a773ef71f6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 29 Dec 2022 21:38:40 +0100 Subject: [PATCH] configure nominatim on vhagar --- roles/vhagar.rb | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + } + } } ) -- 2.39.5