mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1641 from holta/osm-vector-maps-vars
osm-vector-maps vars consolidated in 1 place
This commit is contained in:
commit
536a950e1e
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
osm_vector_maps_install: True
|
# osm_vector_maps_install: True
|
||||||
osm_vector_maps_enabled: True
|
# osm_vector_maps_enabled: True
|
||||||
vector_map_path: '{{ content_base }}/www/osm-vector-maps'
|
|
||||||
|
# iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||||
|
# vector_map_path: "{{ content_base }}/www/osm-vector-maps"
|
||||||
|
|
||||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||||
|
|
||||||
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
||||||
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
||||||
downloads_dir: "{{ iiab_base }}/downloads"
|
downloads_dir: "{{ iiab_base }}/downloads"
|
||||||
iiab_download_url: http://download.iiab.io/packages
|
iiab_download_url: http://download.iiab.io/packages
|
||||||
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
|
||||||
|
|
||||||
content_base: "/library"
|
content_base: "/library"
|
||||||
doc_base: "{{ content_base }}/www"
|
doc_base: "{{ content_base }}/www"
|
||||||
|
@ -354,7 +353,8 @@ mongodb_port: 27018
|
||||||
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
# Regional OSM vector maps use much less disk space than bitmap/raster versions
|
||||||
osm_vector_maps_install: True
|
osm_vector_maps_install: True
|
||||||
osm_vector_maps_enabled: True
|
osm_vector_maps_enabled: True
|
||||||
vector_map_path: '{{ content_base }}/www/osm-vector-maps'
|
iiab_map_url : http://download.iiab.io/content/OSM/vector-tiles/maplist/hidden
|
||||||
|
vector_map_path: "{{ content_base }}/www/osm-vector-maps"
|
||||||
|
|
||||||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue