1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/5-xo-services/tasks/main.yml
2020-01-23 22:54:51 -05:00

28 lines
566 B
YAML

# XO Services
- name: ...IS BEGINNING =====================================
command: echo
# UNMAINTAINED
- name: ACTIVITY-SERVER
include_role:
name: activity-server
when: activity_server_install | bool
# UNMAINTAINED
- name: EJABBERD_XS
include_role:
name: ejabberd_xs
when: ejabberd_xs_install | bool
# UNMAINTAINED
- name: IDMGR
include_role:
name: idmgr
when: idmgr_install | bool
- name: Recording STAGE 5 HAS COMPLETED =====================
lineinfile:
dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=5'