Fix up postfix a bit more, make it a general role

This commit is contained in:
Salt 2020-05-12 12:58:03 -05:00
parent 880920e647
commit 9662013bed
2 changed files with 5 additions and 0 deletions

View File

@ -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 |

View File

@ -1,4 +1,5 @@
myhostname = {{ postfix_hostname }}
mydomain = {{ postfix_domain }}
myorigin = $mydomain
#relayhost = $mydomain
inet_interfaces = loopback-only