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

28 lines
645 B
YAML

# XO Services
- name: ...IS BEGINNING =====================================
meta: noop
# UNMAINTAINED
- name: ACTIVITY-SERVER
include_role:
name: activity-server
when: activity_server_install is defined and activity_server_install
# UNMAINTAINED
- name: EJABBERD_XS
include_role:
name: ejabberd_xs
when: ejabberd_xs_install is defined and ejabberd_xs_install
# UNMAINTAINED
- name: IDMGR
include_role:
name: idmgr
when: idmgr_install is defined and idmgr_install
- name: Recording STAGE 5 HAS COMPLETED =====================
lineinfile:
path: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=5'