Fix up postfix a bit more, make it a general role
This commit is contained in:
parent
880920e647
commit
9662013bed
4
ec2.yml
4
ec2.yml
@ -23,6 +23,10 @@
|
||||
- role: backups
|
||||
vars:
|
||||
backups_outdir: "/cold/backups"
|
||||
- role: postfix-null
|
||||
vars:
|
||||
postfix_hostname: "9iron.club"
|
||||
postfix_domain: "9iron.club"
|
||||
- role: grafana
|
||||
vars:
|
||||
grafana_mysql_password: !vault |
|
||||
|
@ -1,4 +1,5 @@
|
||||
myhostname = {{ postfix_hostname }}
|
||||
mydomain = {{ postfix_domain }}
|
||||
myorigin = $mydomain
|
||||
#relayhost = $mydomain
|
||||
inet_interfaces = loopback-only
|
||||
|
Loading…
Reference in New Issue
Block a user