https://github.com/escalate/ansible-raspberry-msmtp
An Ansible role that manages msmtp on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-msmtp
ansible ansible-role email mail msmtp mta raspberry raspberry-pi raspberrypi self-hosted selfhosted sendmail smtp
Last synced: about 1 month ago
JSON representation
An Ansible role that manages msmtp on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-msmtp
- Owner: escalate
- License: mit
- Created: 2021-03-19T08:38:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T12:54:14.000Z (11 months ago)
- Last Synced: 2025-07-25T19:35:59.092Z (11 months ago)
- Topics: ansible, ansible-role, email, mail, msmtp, mta, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, sendmail, smtp
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-msmtp/actions/workflows/test.yml)
# Ansible Role: Raspberry - msmtp
An Ansible role that manages [msmtp](https://marlam.de/msmtp/) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-msmtp/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: None
## Installation
```
$ ansible-galaxy role install escalate.msmtp
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.msmtp
tags: msmtp
```
## License
MIT