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

Merge pull request #2418 from holta/apache4

Eliminate install of 'apache2' (from Stage 9)
This commit is contained in:
A Holt 2020-05-22 11:08:05 -04:00 committed by GitHub
commit d6ea8cd289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View file

@ -30,11 +30,6 @@
name: calibre-web
when: calibreweb_install | bool
- name: '2020-05-21: TEMPORARILY INSTALL APACHE UNTIL ADMIN CONSOLE DECLARES (OR REMOVES?) ITS DEPENDENCY within [console : Enable ssl] to avoid error "Neither of apache2ctl nor apachctl found. At least one apache control binary is necessary." -- possibly var adm_cons_force_ssl is still useful here?'
package:
name: apache2
when: admin_console_install | bool
- name: Recording STAGE 9 HAS COMPLETED ====================
lineinfile:
path: "{{ iiab_env_file }}"

View file

@ -229,9 +229,9 @@ pi_swap_file_size: 1024
# 3-BASE-SERVER
# 2020-01-22: See also js_menu_install (above).
admin_console_install: True # For now in roles/9-local-addons/tasks/main.yml
admin_console_enabled: True # Not in active use as of 2020-05-21
# 2020-05-22: Neither in use at the moment. See also js_menu_install (above).
admin_console_install: True
admin_console_enabled: True
# MySQL MANDATORY - THESE 2 VARS HAVE NO EFFECT - SEE roles/0-init/tasks/main.yml & roles/mysql/tasks/main.yml
mysql_install: True