X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a5bc6bac6ca46619c14afbf2096ca9e75b880721..81bbf6341bc623265e5d4e6d26cb595ce4808848:/roles/vhagar.rb 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 + } + } } )