Ansible Role for configuring Postfix as a Sendgrid relay on Ubuntu
postfix_mailname: The hostname to be used by Postfix
sendgrid_user: Your username from Sendgrid. You can use `apikey` as the username if using API keys (recommended)
sendgrid_password: Your password (or API key) from Sendgrid
- hosts: servers
roles:
- role: jobscore.postfix_sendgrid
This role was created by Eric Magalhães while working for JobScore Inc.