Add include Apache module (required for dottes) and dottes to scabbers.

This commit is contained in:
Jim Hague 2023-03-05 22:19:12 +00:00
parent 1b7b8e7c4b
commit 888801ddd5
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,10 @@ apache_headers_module:
apache_module.enabled: apache_module.enabled:
- name: headers - name: headers
apache_include_module:
apache_module.enabled:
- name: include
apache_proxy_module: apache_proxy_module:
apache_module.enabled: apache_module.enabled:
- name: proxy - name: proxy

View File

@ -11,6 +11,7 @@ base:
- debian - debian
- certificates - certificates
- apache - apache
- dottes_website
- fail2ban - fail2ban
- firewalls/scabbers - firewalls/scabbers
- gitea - gitea