mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update 9-local-addons/tasks/main.yml
This commit is contained in:
parent
8fdbbfc550
commit
150d836137
1 changed files with 11 additions and 14 deletions
|
@ -7,7 +7,6 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: internetarchive
|
name: internetarchive
|
||||||
when: internetarchive_install | bool
|
when: internetarchive_install | bool
|
||||||
#tags: internetarchive
|
|
||||||
|
|
||||||
# Is porting to Python 3 complete, and if so does this belong elsewhere?
|
# Is porting to Python 3 complete, and if so does this belong elsewhere?
|
||||||
- name: CAPTIVE PORTAL
|
- name: CAPTIVE PORTAL
|
||||||
|
@ -15,43 +14,41 @@
|
||||||
name: captiveportal
|
name: captiveportal
|
||||||
#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
|
|
||||||
|
|
||||||
- name: MINETEST
|
- name: MINETEST
|
||||||
include_role:
|
include_role:
|
||||||
name: minetest
|
name: minetest
|
||||||
when: minetest_install | bool
|
when: minetest_install | bool
|
||||||
#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
|
||||||
when: calibre_install | bool
|
when: calibre_install | bool
|
||||||
#tags: calibre
|
|
||||||
|
|
||||||
- name: CALIBRE-WEB
|
- name: CALIBRE-WEB
|
||||||
include_role:
|
include_role:
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
when: calibreweb_install | bool
|
when: calibreweb_install | bool
|
||||||
#tags: calibre-web
|
|
||||||
|
|
||||||
# Could split these two below to Stage 10?
|
# Could split these two below to Stage 10?
|
||||||
|
|
||||||
- name: Configure NGINX (already installed in Stage 3-BASE-SERVER)
|
- name: Fully Enable / Configure NGINX (already installed in Stage 3-BASE-SERVER) if 'nginx_enabled' is True
|
||||||
# If just CONFIGURING, should we use one of the following instead ??
|
|
||||||
# include_tasks: roles/nginx/tasks/setup.yml
|
|
||||||
# include_tasks: roles/nginx/tasks/enable.yml
|
|
||||||
include_role:
|
include_role:
|
||||||
name: nginx
|
name: nginx
|
||||||
when: nginx_install | bool
|
when: nginx_enabled | bool # WAS: nginx_install
|
||||||
#tags: base, nginx
|
# If just CONFIGURING (etc) shouldn't we use one of the following instead ??
|
||||||
|
# include_tasks: roles/nginx/tasks/setup.yml
|
||||||
|
# include_tasks: roles/nginx/tasks/enable.yml
|
||||||
|
|
||||||
- name: Configure Apache systemd service ({{ apache_service }})
|
- name: Fully Enable / Configure Apache systemd service ({{ apache_service }}) if 'apache_enabled' is True
|
||||||
include_role:
|
include_role:
|
||||||
name: httpd-enable
|
name: httpd-enable
|
||||||
when: apache_install | bool
|
when: apache_enabled | bool # WAS: apache_install
|
||||||
#tags: base, httpd
|
# WARNING THAT APACHE IS AUTO-ENABLED BY THESE ~6 APPS ALONE!
|
||||||
|
# https://github.com/holta/iiab/blob/scaff2/roles/0-init/tasks/main.yml#L40-L44
|
||||||
|
# Summarized @ https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
|
||||||
|
# 2020-01-23: APACHE FUTURE SUMMARY QUESTIONS @ roles/httpd/tasks/main.yml
|
||||||
|
|
||||||
- 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