smtp-relay: PB to deploy Postfix SMTP relay

The `smtp-relay.yml` playbook configures Postfix on the managed node as
an SMTP relay.
This commit is contained in:
2018-04-15 11:38:51 -05:00
parent c5abee997e
commit 94a89d8d78
3 changed files with 13 additions and 0 deletions

3
smtp-relay.yml Normal file
View File

@@ -0,0 +1,3 @@
- hosts: smtp-relay
roles:
- postfix