mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Install common Apache modules upfront, not in {kiwix, kolibri}
This commit is contained in:
parent
ce48bcad07
commit
a290c6901b
1 changed files with 4 additions and 3 deletions
|
@ -105,11 +105,12 @@
|
|||
when: kolibri_provision | bool
|
||||
|
||||
|
||||
# 2019-10-07: Moved to roles/httpd/tasks/main.yml
|
||||
# 2019-09-29: roles/kiwix/tasks/kiwix_install.yml installs 4 Apache modules
|
||||
# for similar purposes (not all nec?) Only 1 (proxy_http) is needed here.
|
||||
- name: Enable Apache module proxy_http for http://box{{ kolibri_url }} # i.e. http://box/kolibri
|
||||
apache2_module:
|
||||
name: proxy_http
|
||||
#- name: Enable Apache module proxy_http for http://box{{ kolibri_url }} # i.e. http://box/kolibri
|
||||
# apache2_module:
|
||||
# name: proxy_http
|
||||
|
||||
- name: Start 'kolibri' systemd service, if kolibri_enabled
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue