Update Readme.MD

This commit is contained in:
Gitouche 2021-05-15 17:31:16 +02:00
parent a4e0303748
commit d5b795d459
1 changed files with 9 additions and 5 deletions

View File

@ -2,16 +2,19 @@
# ansible-msmtp-mailer
This ansible role deploys msmtp as a mailer for Debian, Ubuntu, Arch & Alpine Linux
This ansible role deploys msmtp as a mailer for RHEL8 and compatible.
## Prerequisite
* Access to a functioning SMTP server.
## How to install
* Either use github to clone/download into your roles directory:
- `git clone https://github.com/chriswayg/ansible-msmtp-mailer.git`
* Or use ansible galaxy:
- `ansible-galaxy install chriswayg.msmtp-mailer`
* Either use framagit to clone/download into your roles directory:
- `git clone https://framagit.org/garbaye/ansible-msmtp-mailer.git`
* Or import in your requirements.yml:
```
roles:
- src: git+https://framagit.org/garbaye/ansible-msmtp-mailer.git
```
## Variables
All the default variables are located **defaults/main.yml**. Mostly you would need to configure the following variables.
@ -96,6 +99,7 @@ You can configure your variables in ansible with one of the following
[msmtp manual](http://msmtp.sourceforge.net/doc/msmtp.html)
## Authors:
- Forked from [GitHub - chriswayg/ansible-msmtp-mailer](https://github.com/chriswayg/ansible-msmtp-mailer)
- Forked from [GitHub - AutomationWithAnsible/ansible-msmtp: Ansible MSTMP](https://github.com/AutomationWithAnsible/ansible-msmtp)
- By [Adham Helal](https://github.com/ahelal)
- [Christian Wagner](https://github.com/chriswayg)