X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8b58a2b891263945306d5a1cafeb032f74b4bbab..0bb9f835c2d3f6572a17c9a812977b81a581ffcd:/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]" )