mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Reduce dependency on Apache in gitea/kolibri/mediawiki/munin etc
This commit is contained in:
parent
a16702743e
commit
dde8a3285a
7 changed files with 39 additions and 43 deletions
|
@ -16,7 +16,7 @@
|
|||
dest: "/etc/{{ apache_service }}/ports.conf"
|
||||
when: not nginx_enabled
|
||||
|
||||
- name: Enable & Restart '{{ apache_service }}' if apache_enabled or not nginx_enabled, since we stopped it
|
||||
- name: Enable & Restart '{{ apache_service }}' if Apache is installed and enabled, since we stopped it
|
||||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
|
||||
daemon_reload: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue