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

MediaWiki + Sugarizer + WordPress w/o Apache

This commit is contained in:
root 2021-07-06 16:25:13 -04:00
parent 8ed105a02b
commit 079e5e04e0
14 changed files with 15 additions and 42 deletions

View file

@ -15,7 +15,7 @@
- name: Enable http://box/sugarizer if sugarizer_enabled, by installing {{ nginx_conf_dir }}/sugarizer-nginx.conf from template
template:
src: sugarizer-nginx.conf
src: sugarizer-nginx.conf.j2
dest: "{{ nginx_conf_dir }}/sugarizer-nginx.conf" # /etc/nginx/conf.d
when: sugarizer_enabled

View file

@ -158,13 +158,6 @@
systemd:
daemon_reload: yes
# 2020-10-30: PR #2604 tries a cleaner layout, with NGINX only
#- name: "Install from template: /etc/{{ apache_conf_dir }}/sugarizer.conf"
# template:
# src: sugarizer.conf.j2
# dest: "/etc/{{ apache_conf_dir }}/sugarizer.conf" # apache2/sites-available
# when: apache_installed is defined
# 3 [WAS 4] STANZAS ADDED BELOW JAN/FEB 2019, HOPING THIS MIGHT "JUST WORK"
# WITH FUTURE UPGRADES BEYOND SUGARIZER 1.1?!
#

View file

@ -3,7 +3,8 @@
when: sugarizer_installed is undefined
- include_tasks: enable-or-disable.yml
- name: Enable/Disable/Restart NGINX
include_tasks: enable-or-disable.yml
- name: Add 'sugarizer' variable values to {{ iiab_ini_file }}