forked from ccchb/ansible
genofire
c18f53b8ea
Postfix uses the Rspamd proxy as spam filtering milter and HAProxy exposes the Rspamd webinterface through HTTPS. Updates #10
21 lines
234 B
YAML
21 lines
234 B
YAML
---
|
|
- hosts:
|
|
- localhost
|
|
|
|
become: yes
|
|
|
|
tasks:
|
|
- name: Install passlib
|
|
package:
|
|
name: py37-passlib
|
|
state: present
|
|
|
|
- hosts:
|
|
- mail
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
- dovecot
|
|
- rspamd
|
|
- postfix
|