1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-10-26 21:09:55 -04:00 committed by GitHub
parent 9af6c3aa06
commit 4f8b7d17b8

View file

@ -1,3 +1,55 @@
- name: Generic Apps Installed
command: echo Generic Apps Installed
# Generic Apps
- name: ...IS BEGINNING ============================================]
command: echo
- name: MYSQL
include_role:
name: mysql
tags: mysql
when: mysql_install
- name: CALIBRE
include_role:
name: calibre
tags: calibre
when: calibre_install
- name: DOKUWIKI
include_role:
name: dokuwiki
tags: dokuwiki
when: dokuwiki_install
- name: ELGG
include_role:
name: elgg
tags: elgg
when: elgg_install
- name: EJABBERD
include_role:
name: ejabberd
tags: ejabberd
when: ejabberd_install
- name: NEXTCLOUD
include_role:
name: nextcloud
tags: nextcloud
when: nextcloud_install
- name: OWNCLOUD
include_role:
name: owncloud
tags: owncloud
when: owncloud_install
- name: WORDPRESS
include_role:
name: wordpress
tags: wordpress
when: wordpress_install
- name: ...WAS COMPLETED ===========================================]
command: echo