X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8b58a2b891263945306d5a1cafeb032f74b4bbab..23c44b88c2893df2a34cffff6896e62c67ff8adc:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 3beb57764..cc431679a 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -29,9 +29,19 @@ 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 + } + } } ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[nominatim]" )