mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
28 lines
613 B
YAML
28 lines
613 B
YAML
# XO Services
|
|
|
|
- name: ...IS BEGINNING =====================================
|
|
command: echo
|
|
|
|
- name: ACTIVITY-SERVER
|
|
include_role:
|
|
name: activity-server
|
|
when: activity_server_install
|
|
tags: olpc, activity-server
|
|
|
|
- name: EJABBERD_XS
|
|
include_role:
|
|
name: ejabberd_xs
|
|
when: ejabberd_xs_install
|
|
tags: olpc, ejabberd-xs
|
|
|
|
- name: IDMGR
|
|
include_role:
|
|
name: idmgr
|
|
when: idmgr_install
|
|
tags: olpc, idmgr
|
|
|
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
|
lineinfile: dest=/etc/iiab/iiab.env
|
|
regexp='^STAGE=*'
|
|
line='STAGE=5'
|
|
state=present
|