mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
splash page installed by role
This commit is contained in:
parent
de0d530296
commit
29096b09d7
8 changed files with 429 additions and 0 deletions
|
@ -15,6 +15,7 @@ pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
|||
yum_packages_dir: "{{ iiab_base }}/yum-packages"
|
||||
downloads_dir: "{{ iiab_base }}/downloads"
|
||||
iiab_download_url: http://download.iiab.io/packages
|
||||
iiab_maps_url : http://download.iiab.io/content/OSM/vector-tiles
|
||||
|
||||
content_base: "/library"
|
||||
doc_base: "{{ content_base }}/www"
|
||||
|
@ -350,6 +351,11 @@ mongodb_install: False
|
|||
mongodb_enabled: False
|
||||
mongodb_port: 27018
|
||||
|
||||
# Regional OSM vector maps take much less disk space than image versions
|
||||
osm_vector_install: True
|
||||
osm_vector_enabled: True
|
||||
osm_vector_path: '{{ content_base }}/osm-vector'
|
||||
|
||||
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
|
||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue