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
- Host: GitHub
- URL: https://github.com/stdevpavelmc/mailad-ansible-role
- Owner: stdevPavelmc
- License: gpl-3.0
- Created: 2021-08-29T01:31:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T05:22:12.000Z (over 3 years ago)
- Last Synced: 2025-02-13T03:17:48.338Z (over 1 year ago)
- Language: Jinja
- Size: 149 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)