Add postfix to ansible config
This commit is contained in:
parent
deea193a25
commit
9f87feb19d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue