1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

vector-map -> vector-maps

This commit is contained in:
George Hunt 2019-05-05 19:05:32 -07:00
parent 66b9e844bd
commit 812c46ada0
7 changed files with 14 additions and 14 deletions

View file

@ -15,8 +15,8 @@
- name: Installing vector map test page
include_role:
name: vector-map
when: vector_map_install
name: vector-maps
when: vector_maps_install
tags: base, map
- name: Installing captive portal

View file

@ -1,5 +1,5 @@
vector_map_install: True
vector_map_enabled: True
vector_maps_install: True
vector_maps_enabled: True
vector_map_path: '{{ content_base }}/www/vector-maps'
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml

View file

@ -69,13 +69,13 @@
src: /etc/apache2/sites-available/vector-maps.conf
path: /etc/apache2/sites-enabled/vector-maps.conf
state: link
when: vector_map_enabled and is_debuntu
when: vector_maps_enabled and is_debuntu
- name: Remove symlink /etc/apache2/sites-enabled/vector-maps.conf (debuntu)
file:
path: /etc/apache2/sites-enabled/vector-maps.conf
state: absent
when: not vector_map_enabled and is_debuntu
when: not vector_maps_enabled and is_debuntu
- name: Copy the redirect to the test page -- delete this if more than one map
copy:

View file

@ -352,8 +352,8 @@ mongodb_enabled: False
mongodb_port: 27018
# Regional OSM vector maps use much less disk space than bitmap/raster versions
vector_map_install: True
vector_map_enabled: True
vector_maps_install: True
vector_maps_enabled: True
vector_map_path: '{{ content_base }}/www/vector-map'
# roles/sugarizer/meta/main.yml auto-invokes 2 above prereqs: mongodb & nodejs

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_map_install: True
vector_map_enabled: True
vector_maps_install: True
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_map_install: True
vector_map_enabled: True
vector_maps_install: True
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_map_install: True
vector_map_enabled: True
vector_maps_install: True
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