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
|
# 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
|
## Prerequisite
|
||||||
* Access to a functioning SMTP server.
|
* Access to a functioning SMTP server.
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
* Either use github to clone/download into your roles directory:
|
* Either use framagit to clone/download into your roles directory:
|
||||||
- `git clone https://github.com/chriswayg/ansible-msmtp-mailer.git`
|
- `git clone https://framagit.org/garbaye/ansible-msmtp-mailer.git`
|
||||||
* Or use ansible galaxy:
|
* Or import in your requirements.yml:
|
||||||
- `ansible-galaxy install chriswayg.msmtp-mailer`
|
```
|
||||||
|
roles:
|
||||||
|
- src: git+https://framagit.org/garbaye/ansible-msmtp-mailer.git
|
||||||
|
```
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
All the default variables are located **defaults/main.yml**. Mostly you would need to configure the following 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)
|
[msmtp manual](http://msmtp.sourceforge.net/doc/msmtp.html)
|
||||||
|
|
||||||
## Authors:
|
## 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)
|
- Forked from [GitHub - AutomationWithAnsible/ansible-msmtp: Ansible MSTMP](https://github.com/AutomationWithAnsible/ansible-msmtp)
|
||||||
- By [Adham Helal](https://github.com/ahelal)
|
- By [Adham Helal](https://github.com/ahelal)
|
||||||
- [Christian Wagner](https://github.com/chriswayg)
|
- [Christian Wagner](https://github.com/chriswayg)
|
||||||
|
|
Loading…
Reference in a new issue