-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
72 lines (60 loc) · 1.79 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
# defaults file for aspects_postfix
aspects_postfix_enabled: False
aspects_postfix_master_cf: { }
aspects_postfix_main_cf: { }
aspects_postfix_mysql_virtual_alias_maps_conf: { }
aspects_postfix_mysql_virtual_domains_maps_conf: { }
aspects_postfix_mysql_virtual_mailbox_maps_conf: { }
aspects_postfix_mysql_virtual_transport_maps_conf: { }
aspects_postfix_templates:
master_cf:
enabled: True
templatefile: master.cf.j2
templatepath: /etc/postfix/master.cf
main_cf:
enabled: True
templatefile: main.cf.j2
templatepath: /etc/postfix/main.cf
mysql_virtual_alias_maps_conf:
enabled: False
templatefile: mysql_virtual_alias_maps.conf.j2
templatepath: /etc/postfix/mysql_virtual_alias_maps.conf
mysql_virtual_domains_maps_conf:
enabled: False
templatefile: mysql_virtual_domains_maps.conf.j2
templatepath: /etc/postfix/mysql_virtual_domains_maps.conf
mysql_virtual_mailbox_maps_conf:
enabled: False
templatefile: mysql_virtual_mailbox_maps.conf.j2
templatepath: /etc/postfix/mysql_virtual_mailbox_maps.conf
mysql_virtual_transport_maps_conf:
enabled: False
templatefile: mysql_virtual_transport_maps.conf.j2
templatepath: /etc/postfix/mysql_virtual_transport_maps.conf
aspects_postfix_template_transport:
enabled: False
templatefile: transport.j2
templatepath: /etc/postfix/transport
aspects_postfix_transport: { }
aspects_postfix_authed_relay_enabled: False
aspects_packages_packages:
postfix:
state: "present"
Ubuntu:
1804: "postfix"
2004: "postfix"
2204: "postfix"
Debian:
10: "postfix"
11: "postfix"
CentOS:
7: "postfix"
OracleLinux:
7: "postfix"
8: "postfix"
9: "postfix"
cyrus-sasl-plain:
state: "present"
CentOS:
7: "cyrus-sasl-plain"