2017-10-27 01:43:09 +00:00
|
|
|
# XO Services
|
2017-11-09 13:24:41 +00:00
|
|
|
|
2017-10-30 20:34:22 +00:00
|
|
|
- name: ...IS BEGINNING =====================================
|
2017-10-27 01:43:09 +00:00
|
|
|
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
|
|
|
|
|
2017-10-30 20:34:22 +00:00
|
|
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
2018-02-13 03:16:51 +00:00
|
|
|
lineinfile:
|
|
|
|
dest: /etc/iiab/iiab.env
|
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=5'
|
|
|
|
state: present
|