]> git.openstreetmap.org Git - chef.git/commit
add overpass cookbook
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 23 Oct 2021 20:26:55 +0000 (22:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 07:38:09 +0000 (09:38 +0200)
commit3b563e12600d3519011cde414ee0465698a7814f
tree26ee8bdc0a0362a48204f48fe14748cd9eac3735
parent53933cb52c3ba909a80ad036041da83644800fb2
add overpass cookbook

Adds a cookbook to run an updateable overpass. The cookbook
is in theory able to install a fully-featured overpass API.
The new role 'overpass-query' sets up a reduced version only
suitable for running queries for the query feature on the
main site.

Sets role up on gorwen.
cookbooks/overpass/README.md [new file with mode: 0644]
cookbooks/overpass/attributes/default.rb [new file with mode: 0644]
cookbooks/overpass/metadata.rb [new file with mode: 0644]
cookbooks/overpass/recipes/default.rb [new file with mode: 0644]
cookbooks/overpass/templates/default/apache.erb [new file with mode: 0644]
cookbooks/overpass/templates/default/overpass-import-db.erb [new file with mode: 0644]
cookbooks/overpass/templates/default/overpass-update-areas.erb [new file with mode: 0644]
cookbooks/overpass/templates/default/overpass-update-db.erb [new file with mode: 0644]
roles/gorwen.rb
roles/overpass-query.rb [new file with mode: 0644]