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

Clean Apache explanation in 3-base-server/tasks/main.yml

This commit is contained in:
A Holt 2020-05-22 07:44:28 -04:00 committed by GitHub
parent 82c1350f03
commit fc074b35b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,15 @@
when: mysql_install | bool
# 2020-05-21: Apache role 'httpd' is installed as nec by any of these 6 roles:
# cups, elgg, lokole, moodle, nodered, phpmyadmin.
#
# These 14 roles conditionally touch Apache .conf files etc: awstats,
# calibre-web, gitea, internetarchive, kalite, kiwix, kolibri, mediawiki,
# munin, nextcloud, sugarizer, usb_lib, wordpress, www_options.
# cups, elgg, lokole, moodle, nodered, phpmyadmin
#
# SEE ALSO: roles/nginx/README.md
# These 14 roles conditionally touch /etc/apache2/sites-available/*.conf files:
#
# awstats, calibre-web, gitea, internetarchive, kalite, kiwix, kolibri,
# mediawiki, munin, nextcloud, sugarizer, usb_lib, wordpress, www_options
#
# SEE ALSO: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
- name: NGINX
include_role: