|
|
|
@ -8,12 +8,12 @@ This ansible role deploys msmtp as a mailer for RHEL8 and compatible.
|
|
|
|
|
* Access to a functioning SMTP server.
|
|
|
|
|
|
|
|
|
|
## How to install
|
|
|
|
|
* Either use framagit to clone/download into your roles directory:
|
|
|
|
|
- `git clone https://framagit.org/garbaye/ansible-msmtp-mailer.git`
|
|
|
|
|
* Either use git to clone/download into your roles directory:
|
|
|
|
|
- `git clone https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git`
|
|
|
|
|
* Or import in your requirements.yml:
|
|
|
|
|
```
|
|
|
|
|
roles:
|
|
|
|
|
- src: git+https://framagit.org/garbaye/ansible-msmtp-mailer.git
|
|
|
|
|
- src: git+https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Variables
|
|
|
|
|