imfreedom/ansible

Finally add postfix to the mail role

2021-11-30, Gary Kramlich
4f11840a2432
Finally add postfix to the mail role
Alias /.well-known/acme-challenge/ /var/www/html/.well-known/acme-challenge/
<Directory /var/www/html/.well-known/acme-challenge/>
AllowOverride None
Options FollowSymLinks
Require all granted
</Directory>
# vim: syntax=apache ai ts=4 sts=4 et sw=4