mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	vector-map -> vector-maps
This commit is contained in:
		
							parent
							
								
									66b9e844bd
								
							
						
					
					
						commit
						812c46ada0
					
				
					 7 changed files with 14 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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: 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue