Add Apache proxy and proxy-http modules

This commit is contained in:
Ben Sturmfels 2023-10-24 13:53:25 +11:00
parent e2b129b4b5
commit 1707c327e0
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -71,6 +71,17 @@
state: present state: present
name: rewrite name: rewrite
# The proxy and proxy-http modules are required to rewrite /.well-known/
# requests to the mail server if the file doesn't exist. This is use to
# renew Let's Encrypt certificates.
- apache2_module:
state: present
name: proxy
- apache2_module:
state: present
name: proxy-http
- name: Install Postfix - name: Install Postfix
apt: apt:
pkg: pkg: