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:
parent
c396f7bb75
commit
51db2e2622
1 changed files with 9 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue