1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge branch 'test' of https://github.com/georgejhunt/iiab into test

This commit is contained in:
George Hunt 2019-05-06 14:08:42 -07:00
commit 3a82352e9f
17 changed files with 43 additions and 38 deletions

View file

@ -352,9 +352,9 @@ mongodb_enabled: False
mongodb_port: 27018
# Regional OSM vector maps use much less disk space than bitmap/raster versions
vector_maps_install: True
vector_maps_enabled: True
vector_map_path: '{{ content_base }}/www/vector-maps'
osm_vector_maps_install: True
osm_vector_maps_enabled: True
vector_map_path: '{{ content_base }}/www/osm-vector-maps'
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879

View file

@ -230,8 +230,8 @@ moodle_enabled: True
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
# Regional OSM vector maps use much less disk space than bitmap/raster versions
vector_maps_install: True
vector_maps_enabled: True
osm_vector_maps_install: True
osm_vector_maps_enabled: True
# 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

View file

@ -230,8 +230,8 @@ moodle_enabled: False
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
# Regional OSM vector maps use much less disk space than bitmap/raster versions
vector_maps_install: True
vector_maps_enabled: True
osm_vector_maps_install: True
osm_vector_maps_enabled: True
# 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

View file

@ -230,8 +230,8 @@ moodle_enabled: False
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
# Regional OSM vector maps use much less disk space than bitmap/raster versions
vector_maps_install: True
vector_maps_enabled: True
osm_vector_maps_install: True
osm_vector_maps_enabled: True
# 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