Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GlauberrBatista authored Nov 30, 2023
1 parent 18b880a commit c2c67ba
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Postfix Sendgrid

[![CI](https://github.com/jobscore/ansible-role-postfix-sendgrid/actions/workflows/ci.yml/badge.svg)](https://github.com/jobscore/ansible-role-postfix-sendgrid/actions/workflows/ci.yml)
[![CI](https://github.com/jobscore/ansible-role-postfix-sendgrid/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jobscore/ansible-role-postfix-sendgrid/actions/workflows/ci.yml)

Ansible Role for configuring Postfix as a Sendgrid relay on Ubuntu

## Requirements

TBD

## Role Variables

TBD
```
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
```

## Example Playbooks

Expand All @@ -22,7 +22,6 @@ TBD
## License
[MIT](/LICENSE)
Author Information
Expand Down

0 comments on commit c2c67ba

Please sign in to comment.