self-hosting/playbook_mailserver.yml

27 lines
571 B
YAML
Raw Normal View History

2024-01-04 19:07:20 +01:00
---
# This is taken from https://workaround.org/ispmail-bookworm/, thanks!
- name: Install mail server
gather_facts: true
hosts: mailservers
2024-01-04 19:07:20 +01:00
roles:
2024-01-05 18:58:27 +01:00
- role: common_handlers
tags: always
2024-04-13 23:22:15 +02:00
- role: common
tags: common
- role: add_cert
2024-01-08 09:50:56 +01:00
tags: cert
- role: mailserver_database
tags: database
- role: mailserver_postfix
tags: postfix
2024-01-08 11:58:39 +01:00
- role: mailserver_dovecot
tags: dovecot
2024-07-25 17:57:37 +02:00
- role: mailserver_rspamd
tags: rspamd
- role: mailserver_dkim
tags: dkim
2024-09-28 12:23:30 +02:00
- role: mailserver_spf
tags: spf