2017-10-27 00:29:28 +00:00
|
|
|
# Educational Apps
|
2017-11-09 13:25:50 +00:00
|
|
|
|
2017-10-30 20:37:06 +00:00
|
|
|
- name: ...IS BEGINNING ========================================
|
2017-10-27 00:27:42 +00:00
|
|
|
command: echo
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2017-10-27 00:27:42 +00:00
|
|
|
- name: KALITE
|
|
|
|
include_role:
|
|
|
|
name: kalite
|
2020-10-16 20:46:19 +00:00
|
|
|
when: kalite_install
|
2017-10-27 00:27:42 +00:00
|
|
|
|
2018-07-16 16:13:53 +00:00
|
|
|
- name: KOLIBRI
|
|
|
|
include_role:
|
|
|
|
name: kolibri
|
2020-10-16 20:46:19 +00:00
|
|
|
when: kolibri_install
|
2018-07-16 16:13:53 +00:00
|
|
|
|
2017-10-27 00:27:42 +00:00
|
|
|
- name: KIWIX
|
|
|
|
include_role:
|
|
|
|
name: kiwix
|
2020-10-16 20:46:19 +00:00
|
|
|
when: kiwix_install
|
2017-10-27 00:27:42 +00:00
|
|
|
|
|
|
|
- name: MOODLE
|
|
|
|
include_role:
|
2017-10-26 20:19:54 +00:00
|
|
|
name: moodle
|
2020-10-16 20:46:19 +00:00
|
|
|
when: moodle_install
|
2017-10-26 20:19:54 +00:00
|
|
|
|
2019-05-19 17:29:19 +00:00
|
|
|
- name: OSM-VECTOR-MAPS
|
2019-04-04 18:24:41 +00:00
|
|
|
include_role:
|
2019-05-19 16:53:55 +00:00
|
|
|
name: osm-vector-maps
|
2020-10-16 20:46:19 +00:00
|
|
|
when: osm_vector_maps_install
|
2019-04-04 18:24:41 +00:00
|
|
|
|
2019-01-09 22:37:45 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 00:27:42 +00:00
|
|
|
- name: OSM
|
|
|
|
include_role:
|
2017-10-26 20:19:54 +00:00
|
|
|
name: osm
|
2018-09-20 00:06:55 +00:00
|
|
|
when: osm_install is defined and osm_install
|
2017-10-26 20:19:54 +00:00
|
|
|
|
2019-01-09 22:37:45 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 00:27:42 +00:00
|
|
|
- name: PATHAGAR
|
|
|
|
include_role:
|
2017-10-26 20:19:54 +00:00
|
|
|
name: pathagar
|
2018-08-30 21:33:05 +00:00
|
|
|
when: pathagar_install is defined and pathagar_install
|
2017-10-26 20:19:54 +00:00
|
|
|
|
2017-10-27 00:27:42 +00:00
|
|
|
- name: SUGARIZER
|
|
|
|
include_role:
|
2017-10-26 20:19:54 +00:00
|
|
|
name: sugarizer
|
2020-10-16 20:46:19 +00:00
|
|
|
when: sugarizer_install
|
2017-10-26 20:19:54 +00:00
|
|
|
|
2017-10-30 20:37:06 +00:00
|
|
|
- name: Recording STAGE 7 HAS COMPLETED ========================
|
2018-02-13 03:15:24 +00:00
|
|
|
lineinfile:
|
2020-02-04 00:54:04 +00:00
|
|
|
path: "{{ iiab_env_file }}"
|
2018-02-13 03:15:24 +00:00
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=7'
|