Update Readme.MD
This commit is contained in:
parent
a4e0303748
commit
d5b795d459
14
README.md
14
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue