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

50 lines
824 B
YAML
Raw Normal View History

2017-10-27 01:09:55 +00:00
# Generic Apps
2017-05-27 18:09:50 +00:00
2017-10-27 05:48:00 +00:00
- name: ...IS BEGINNING ====================================
2017-10-27 01:09:55 +00:00
command: echo
- name: CALIBRE
include_role:
name: calibre
when: calibre_install
2017-10-27 01:44:42 +00:00
tags: calibre
2017-10-27 01:09:55 +00:00
- name: DOKUWIKI
include_role:
name: dokuwiki
when: dokuwiki_install
2017-10-27 01:44:42 +00:00
tags: dokuwiki
2017-10-27 01:09:55 +00:00
- name: ELGG
include_role:
name: elgg
when: elgg_install
2017-10-27 01:44:42 +00:00
tags: elgg
2017-10-27 01:09:55 +00:00
- name: EJABBERD
include_role:
name: ejabberd
when: ejabberd_install
2017-10-27 01:44:42 +00:00
tags: ejabberd
2017-10-27 01:09:55 +00:00
- name: NEXTCLOUD
include_role:
name: nextcloud
when: nextcloud_install
2017-10-27 01:44:42 +00:00
tags: nextcloud
2017-10-27 01:09:55 +00:00
- name: OWNCLOUD
include_role:
name: owncloud
when: owncloud_install
2017-10-27 01:44:42 +00:00
tags: owncloud
2017-10-27 01:09:55 +00:00
- name: WORDPRESS
include_role:
name: wordpress
when: wordpress_install
2017-10-27 01:44:42 +00:00
tags: wordpress
2017-10-27 01:09:55 +00:00
2017-10-27 11:29:31 +00:00
- name: ...HAS COMPLETED ===================================
2017-10-27 01:09:55 +00:00
command: echo