mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
45 lines
824 B
YAML
45 lines
824 B
YAML
# Educational Apps
|
|
- name: ...IS BEGINNING ========================================
|
|
command: echo
|
|
|
|
- name: KALITE
|
|
include_role:
|
|
name: kalite
|
|
when: kalite_install
|
|
tags: kalite
|
|
|
|
- name: KIWIX
|
|
include_role:
|
|
name: kiwix
|
|
when: kiwix_install
|
|
tags: kiwix
|
|
|
|
- name: MOODLE
|
|
include_role:
|
|
name: moodle
|
|
when: moodle_install
|
|
tags: olpc, moodle
|
|
|
|
- name: OSM
|
|
include_role:
|
|
name: osm
|
|
when: osm_install
|
|
tags: osm
|
|
|
|
- name: PATHAGAR
|
|
include_role:
|
|
name: pathagar
|
|
when: pathagar_install
|
|
tags: pathagar
|
|
|
|
- name: SUGARIZER
|
|
include_role:
|
|
name: sugarizer
|
|
when: sugarizer_install
|
|
tags: sugarizer
|
|
|
|
- name: Recording STAGE 7 HAS COMPLETED ========================
|
|
lineinfile: dest=/etc/iiab/iiab.env
|
|
regexp='^STAGE=*'
|
|
line='STAGE=7'
|
|
state=present
|