From d5b795d4599433d3ff45ec368802af7a752cb386 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 15 May 2021 17:31:16 +0200 Subject: [PATCH] Update Readme.MD --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 202ec57..b3cc9e6 100644 --- a/README.md +++ b/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)