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

Clean 9-local-addons/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 10:22:47 -05:00 committed by GitHub
parent c396f7bb75
commit 51db2e2622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,51 +6,43 @@
- name: INTERNETARCHIVE
include_role:
name: internetarchive
tags: internetarchive
#tags: internetarchive
# Until porting complete (@jvonau helping transition to Python 3)
#- name: 'Install Python 2.7 packages: python, python-pip'
# package:
# name:
# - python
# - python-pip # Used by Admin Console
# state: present
# To be ported soon
# Is porting to Python 3 complete?
- name: CAPTIVE PORTAL
include_tasks: roles/captiveportal/tasks/main.yml
when: captiveportal_install | bool
tags: base, captiveportal, network, domain
#tags: base, captiveportal, network, domain
- name: MINETEST
include_role:
name: minetest
tags: minetest
#tags: minetest
# KEEP AT THE END as this installs dependencies from Debian's 'testing' branch!
- name: CALIBRE
include_role:
name: calibre
tags: calibre
#tags: calibre
- name: CALIBRE-WEB
include_role:
name: calibre-web
tags: calibre-web
#tags: calibre-web
# Could split these two below to Stage 10?
- name: Configure NGINX
- name: Configure NGINX (installed in Stage 3-BASE-SERVER)
include_role:
name: nginx
when: nginx_install | bool
tags: base, nginx
#tags: base, nginx
- name: Configure Apache systemd service ({{ apache_service }})
include_role:
name: httpd-enable
when: apache_install | bool
tags: base, httpd
#tags: base, httpd
- name: Recording STAGE 9 HAS COMPLETED ====================
lineinfile: