An open API service indexing awesome lists of open source software.

https://github.com/stdevpavelmc/mailad-ansible-role

Ansible role to install a MailAD server
https://github.com/stdevpavelmc/mailad-ansible-role

Last synced: about 1 year ago
JSON representation

Ansible role to install a MailAD server

Awesome Lists containing this project

README

          

Role Name
=========

This is an Ansible role to deploy a custom [MailAD](https://github.com/stdevPavelmc/mailad) mail server.

Role Variables
--------------

All variables are taken from this config file [mailad.conf](https://github.com/stdevPavelmc/mailad/blob/master/mailad.conf) from the original MailAD, so look there for any explanation about variables

Dependencies
------------

This role has no external dependencies.

Example Playbook
----------------

See [test.yml](./tests/test.yml) for a simple example of how to use this role, in fact that's the example we run to make CI test ;)

Author Information
------------------

[Pavel Milanes](https://github.com/stdevPavelmc), same author of the [MailAD](https://github.com/stdevPavelmc/mailad) mail server provision script.

This Ansible role is based on a previous work done porting MailAD to Ansible by [@dienteperro](https://github.com/dienteperro), you can see his work here: [mailad-ansible](https://github.com/dienteperro/mailad-ansible)