Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/SYSTEM-MTA.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,12 @@ notification email arrives.

## Automating rollout with Ansible

Rolling this out to more than a handful of servers by hand doesn't scale —
here's a minimal Ansible playbook for the Postfix satellite setup above:
Rolling this out to more than a handful of servers by hand doesn't scale.
[`msgwing.postfix_relay`](https://github.com/msgwing/ansible-role-postfix-relay)
packages everything below as a proper role — install it and set
`zerosmtp_username`/`zerosmtp_password`, nothing else. The inline playbook
below is the same steps written out, for anyone who wants to see or adapt
them without pulling in a role:

```yaml
---
Expand Down
Loading