1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/7-edu-apps/tasks/main.yml
2019-11-28 05:27:44 -06:00

55 lines
960 B
YAML

# Educational Apps
- name: ...IS BEGINNING ========================================
command: echo
- name: KALITE
include_role:
name: kalite
tags: kalite
- name: KOLIBRI
include_role:
name: kolibri
tags: kolibri
- name: KIWIX
include_role:
name: kiwix
tags: kiwix
- name: MOODLE
include_role:
name: moodle
tags: olpc, moodle
- name: OSM-VECTOR-MAPS
include_role:
name: osm-vector-maps
tags: osm, maps
# UNMAINTAINED
- name: OSM
include_role:
name: osm
when: osm_install is defined and osm_install
tags: osm, maps
# UNMAINTAINED
- name: PATHAGAR
include_role:
name: pathagar
when: pathagar_install is defined and pathagar_install
tags: pathagar
- name: SUGARIZER
include_role:
name: sugarizer
tags: sugarizer
- name: Recording STAGE 7 HAS COMPLETED ========================
lineinfile:
dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=7'
state: present