mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Comment cleanup re; Apache modules in roles/httpd/tasks/main.yml
This commit is contained in:
parent
be41ce777d
commit
33a18546ca
1 changed files with 4 additions and 2 deletions
|
@ -112,8 +112,10 @@
|
|||
# - rewrite
|
||||
# when: is_debuntu | bool
|
||||
#
|
||||
# 2019-10-07: proxy_http is definitely essential! (WHICH OF THE OTHER 4 ARE NOT NEEDED ?)
|
||||
- name: 'Enable the 5 Apache modules, as with "a2enmod" command: headers, proxy, proxy_html, proxy_http, rewrite (for {http://box/kiwix, http://box/kolibri, http://box/nodered, etc}, if debuntu)'
|
||||
# NOTE: activity-server/tasks/main.yml runs "a2enmod expires"
|
||||
# NOTE: awstats/tasks/install.yml runs "a2enmod cgi"
|
||||
# 2019-10-07: proxy_http is definitely essential! (ARE THE OTHER 4 REALLY NEEDED ?)
|
||||
- name: 'Enable 5 Apache modules, as with "a2enmod" command: headers, proxy, proxy_html, proxy_http, rewrite (for http://box/kiwix, http://box/kolibri, http://box/nodered, etc--if debuntu)'
|
||||
apache2_module:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
|
|
Loading…
Reference in a new issue