mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update 5-xo-services/tasks/main.yml
This commit is contained in:
parent
86b0c4adee
commit
a06e8fe548
1 changed files with 2 additions and 3 deletions
|
@ -3,24 +3,23 @@
|
||||||
- name: ...IS BEGINNING =====================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
# UNMAINTAINED
|
||||||
- name: ACTIVITY-SERVER
|
- name: ACTIVITY-SERVER
|
||||||
include_role:
|
include_role:
|
||||||
name: activity-server
|
name: activity-server
|
||||||
when: activity_server_install | bool
|
when: activity_server_install | bool
|
||||||
#tags: olpc, activity-server
|
|
||||||
|
|
||||||
|
# UNMAINTAINED
|
||||||
- name: EJABBERD_XS
|
- name: EJABBERD_XS
|
||||||
include_role:
|
include_role:
|
||||||
name: ejabberd_xs
|
name: ejabberd_xs
|
||||||
when: ejabberd_xs_install | bool
|
when: ejabberd_xs_install | bool
|
||||||
#tags: olpc, ejabberd-xs
|
|
||||||
|
|
||||||
# UNMAINTAINED
|
# UNMAINTAINED
|
||||||
- name: IDMGR
|
- name: IDMGR
|
||||||
include_role:
|
include_role:
|
||||||
name: idmgr
|
name: idmgr
|
||||||
when: idmgr_install | bool
|
when: idmgr_install | bool
|
||||||
#tags: olpc, idmgr
|
|
||||||
|
|
||||||
- name: Recording STAGE 5 HAS COMPLETED =====================
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue