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

Merge pull request #1058 from holta/unmaintained-roles

Deprecate Unmaintained roles for IIAB 6.6 release
This commit is contained in:
A Holt 2018-08-30 19:11:12 -04:00 committed by GitHub
commit 8cfd130366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 293 additions and 240 deletions

View file

@ -116,11 +116,11 @@
postgresql_enabled: True
when: moodle_enabled or pathagar_enabled
- name: Turn on vars for Docker if SchoolTool is to be installed
set_fact:
docker_install: True
docker_enabled: True
when: schooltool_enabled or schooltool_install
#- name: Turn on vars for Docker if SchoolTool is to be installed
# set_fact:
# docker_install: True
# docker_enabled: True
# when: schooltool_enabled or schooltool_install
- name: Set python_path (redhat)
set_fact:

View file

@ -33,11 +33,11 @@
when: nextcloud_install
tags: nextcloud
- name: OWNCLOUD
include_role:
name: owncloud
when: owncloud_install
tags: owncloud
#- name: OWNCLOUD
# include_role:
# name: owncloud
# when: owncloud_install
# tags: owncloud
- name: WORDPRESS
include_role:

View file

@ -36,7 +36,7 @@
- name: PATHAGAR
include_role:
name: pathagar
when: pathagar_install
when: pathagar_install is defined and pathagar_install
tags: pathagar
- name: SUGARIZER

View file

@ -3,12 +3,6 @@
- name: ...IS BEGINNING ======================================
command: echo
- name: TRANSMISSION
include_role:
name: transmission
when: transmission_install
tags: transmission
- name: AWSTATS
include_role:
name: awstats

View file

@ -2,7 +2,7 @@
- name: ...IS BEGINNING ====================================
command: echo
- name: CALIBRE
include_role:
name: calibre
@ -15,6 +15,12 @@
when: calibreweb_install
tags: calibre-web
- name: TRANSMISSION
include_role:
name: transmission
when: transmission_install
tags: transmission
- name: Recording STAGE 9 HAS COMPLETED ====================
lineinfile:
dest: /etc/iiab/iiab.env