1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/5-xo-services/tasks/main.yml

29 lines
645 B
YAML
Raw Normal View History

2017-10-27 01:43:09 +00:00
# XO Services
2017-10-30 20:34:22 +00:00
- name: ...IS BEGINNING =====================================
meta: noop
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: 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 =====================
lineinfile:
path: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=5'