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