mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
# - rewrite
|
||||||
# when: is_debuntu | bool
|
# when: is_debuntu | bool
|
||||||
#
|
#
|
||||||
# 2019-10-07: proxy_http is definitely essential! (WHICH OF THE OTHER 4 ARE NOT NEEDED ?)
|
# NOTE: activity-server/tasks/main.yml runs "a2enmod expires"
|
||||||
- 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: 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:
|
apache2_module:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue