Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seb4itik/ansible-sendmail
- Owner: seb4itik
- License: mit
- Created: 2024-07-28T06:01:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:31:26.000Z (2 months ago)
- Last Synced: 2024-09-11T18:50:02.700Z (2 months ago)
- Language: M4
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)