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:
parent
9af6c3aa06
commit
4f8b7d17b8
1 changed files with 54 additions and 2 deletions
|
@ -1,3 +1,55 @@
|
||||||
- name: Generic Apps Installed
|
# Generic Apps
|
||||||
command: echo Generic Apps Installed
|
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue