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

52 lines
929 B
YAML
Raw Normal View History

2017-10-27 01:09:55 +00:00
# Generic Apps
- 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
- name: Recording STAGE 6 HAS COMPLETED ==================
2017-10-28 17:53:47 +00:00
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=6'
state=present