1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #247 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2019-05-19 13:22:37 -04:00 committed by GitHub
commit c01148f61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 21 deletions

View file

@ -27,10 +27,10 @@
when: moodle_install
tags: olpc, moodle
- name: OSM_VECTOR
- name: OSM_VECTOR_MAPS
include_role:
name: osm-vector
when: osm_vector_install is defined and osm_vector_install
name: osm-vector-maps
when: osm_vector_maps_install
tags: osm
# UNMAINTAINED

View file

@ -45,8 +45,9 @@
dest: /usr/bin/iiab-update-map
mode: "0755"
- name: Run the script that does osm-vector-maps housekeeping
shell: /usr/bin/iiab-update-map
# This depends on iiab-admin-console which is not yet installed
#- name: Run the script that does osm-vector-maps housekeeping
# shell: /usr/bin/iiab-update-map
- name: Copy the Countries geojson to assets
copy:

View file

@ -217,10 +217,6 @@ dansguardian_enabled: False
postgresql_install: False
postgresql_enabled: False
# Unmaintained
# authserver_install: False
# authserver_enabled: False
# Common UNIX Printing System (CUPS)
cups_install: False
cups_enabled: False
@ -470,6 +466,13 @@ minetest_default_game: carbone-ng # only carbone-ng and minetest are supporte
minetest_flat_world: False
# =============================================================================
# UNMAINTAINED LEGACY VARIABLES: YOU'RE TAKING BIG RISKS IF YOU USE ANY HERE...
# Unmaintained
# authserver_install: False
# authserver_enabled: False
# CONSIDER THESE 2 NEW OPENSTREETMAP (OSM) APPROACHES INSTEAD, AS OF 2018:
# - http://download.iiab.io/content/OSM/vector-tiles/
# - http://oer2go.org/viewmod/en-worldmap-10
@ -534,13 +537,14 @@ minetest_flat_world: False
# rachel_content_found: False
# #rachel_url: /rachel
# rachel_doc_root: "{{ doc_root }}/modules"
# =============================================================================
# ================================================================
# Platforms - turn all off and let /opt/iiab/iiab/vars/<OS>.yml turn on as appropriate
# PLATFORMS:
# TURN ALL OFF AND LET /opt/iiab/iiab/vars/<OS>.yml TURN ON AS APPROPRIATE...
# Wide to narrow (insofar as poss)
is_debuntu: False # covers all 3: Ubuntu, Debian, Raspbian
is_debuntu: False # Covers all 3: Ubuntu, Debian, Raspbian
is_ubuntu: False
is_ubuntu_19: False
@ -548,18 +552,18 @@ is_ubuntu_18: False
is_ubuntu_17: False
is_ubuntu_16: False
is_debian: False # covers both: Debian, Raspbian
is_debian: False # Covers both: Debian, Raspbian
is_debian_10: False
is_debian_9: False
is_debian_8: False
is_raspbian: False # covers RPi HW and non-RPi HW versions of Raspbian
is_raspbian: False # Covers RPi HW and non-RPi HW versions of Raspbian
is_raspbian_10: False
is_raspbian_9: False
is_raspbian_8: False
is_rpi: False # 2019-03-23 - doesn't yet test for RPi HW, but hopefully soon: https://github.com/iiab/iiab/issues/1406
is_rpi: False # 2019-03-23: Doesn't yet test for RPi HW, but hopefully soon: https://github.com/iiab/iiab/issues/1406
is_redhat: False # not well supported as of 2019, see: https://github.com/iiab/iiab/issues/1434
is_redhat: False # Not well supported as of 2019, see: https://github.com/iiab/iiab/issues/1434
is_centos: False
is_centos_7: False
is_fedora: False