]> git.somenet.org - root/pub/somesible.git/blob - roles/server/mail/meta/main.yml
[roles/util/letsencrypt-cert] request letsencrypt-cert helper role
[root/pub/somesible.git] / roles / server / mail / meta / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
6 #
7 # This is a mail-server role.
8 # This will set up postfix + cyrus + some spam filtering.
9 #
10 ---
11 dependencies:
12 # cyrus
13   - { role: server/mail/cyrus, tags: ['mail', 'cyrus'] }
14
15 # opendkim
16   - { role: server/mail/opendkim, tags: ['mail', 'opendkim'] }
17
18 # opendmarc
19   - { role: server/mail/opendmarc, tags: ['mail', 'opendmarc'] }
20
21 # spamassassin
22   - { role: server/mail/spamassassin, tags: ['mail', 'spamassassin'] }
23
24 # postfix
25   - { role: server/mail/postfix, tags: ['mail', 'postfix'] }