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:
parent
82c1350f03
commit
fc074b35b3
1 changed files with 7 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue