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
|
|
|
|
|
2020-01-24 03:54:51 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 01:43:09 +00:00
|
|
|
- name: ACTIVITY-SERVER
|
|
|
|
include_role:
|
|
|
|
name: activity-server
|
2020-01-24 04:03:18 +00:00
|
|
|
when: activity_server_install is defined and activity_server_install
|
2017-10-27 01:43:09 +00:00
|
|
|
|
2020-01-24 03:54:51 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 01:43:09 +00:00
|
|
|
- name: EJABBERD_XS
|
|
|
|
include_role:
|
|
|
|
name: ejabberd_xs
|
2020-01-24 04:03:18 +00:00
|
|
|
when: ejabberd_xs_install is defined and ejabberd_xs_install
|
2017-10-27 01:43:09 +00:00
|
|
|
|
2020-01-21 16:39:11 +00:00
|
|
|
# UNMAINTAINED
|
2017-10-27 01:43:09 +00:00
|
|
|
- name: IDMGR
|
|
|
|
include_role:
|
|
|
|
name: idmgr
|
2020-01-24 04:03:18 +00:00
|
|
|
when: idmgr_install is defined and idmgr_install
|
2017-10-27 01:43:09 +00:00
|
|
|
|
2017-10-30 20:34:22 +00:00
|
|
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
2018-02-13 03:16:51 +00:00
|
|
|
lineinfile:
|
2020-02-04 00:54:04 +00:00
|
|
|
path: "{{ iiab_env_file }}"
|
2018-02-13 03:16:51 +00:00
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=5'
|