Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seb4itik/ansible-sendmail

Install and configure Sendmail MTA
https://github.com/seb4itik/ansible-sendmail

Last synced: 13 days ago
JSON representation

Install and configure Sendmail MTA

Awesome Lists containing this project

README

        

# Ansible role sendmail

WORK IN PROGRESS! DO NOT USE.
(But stay tuned.)

## Features

- Idempotent.
- SSL activation.
- SASL activation.
FIXME
- Debian and Ubuntu friendly (anyone for Redhat likes and other platforms?).
- A developer/maintainer willing to receive feedback and bug reports.

## Requirements

This role must be run as `root` but will **not** `become` by itself.

## Role Variables

| Name | Default | Description |
|-------------------------|----------------------|---------------------------------------------------------------------------------------|
| `FIXME` | `"FIXME"` | FIXME. |

## Dependencies

FIXME

## Notes

FIXME

## Example Playbooks

Minimal playbook:

```
- name: Minimal playbook for role seb4itik.sendmail
hosts: mail
vars:
FIXME
roles:
- "seb4itik.sendmail"
```

More complete example:

```
- name: Example playbook for role seb4itik.sendmail
hosts: mail
vars:
FIXME
roles:
- "seb4itik.cyrus_imap"
```

## Tips & Tricks

FIXME

## TODO

FIXME
- Write tests (but problem between *Docker* and *systemd*).
- Other platforms (Redhat, ...).

## License

MIT

## Author Information

- [seb4itik](https://github.com/seb4itik)