Add postfix to ansible config

This commit is contained in:
Ben Sturmfels 2023-09-14 23:44:10 +10:00
parent deea193a25
commit 9f87feb19d
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 4 additions and 2 deletions

View file

@ -43,6 +43,10 @@
apt: apt:
name: apache2,libapache2-mod-wsgi-py3 name: apache2,libapache2-mod-wsgi-py3
- name: Install Postfix
apt:
name: postfix,mailutils
- name: Install Certbot - name: Install Certbot
apt: apt:
name: certbot, python3-certbot-apache name: certbot, python3-certbot-apache

View file

@ -17,8 +17,6 @@
# along with this program in a file in the toplevel directory called # along with this program in a file in the toplevel directory called
# "AGPLv3". If not, see <http://www.gnu.org/licenses/>. # "AGPLv3". If not, see <http://www.gnu.org/licenses/>.
import os.path
from djangocommonsettings import * from djangocommonsettings import *
SITE_ID = 2 SITE_ID = 2