https://github.com/cesnet/ansible-role-sendmail
https://github.com/cesnet/ansible-role-sendmail
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/cesnet/ansible-role-sendmail
- Owner: CESNET
- License: apache-2.0
- Created: 2019-09-26T13:12:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-13T10:50:17.000Z (4 months ago)
- Last Synced: 2026-01-12T23:32:12.613Z (24 days ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perun-ansible-sendmail
Ansible galaxy role cesnet.sendmail that installs sendmail and add relays.
## Requirements
## Role variables
* sendmail_relays - List of relays
## Available tags
* install
* configuration
## Example playbook
```
- hosts: all
remote_user: root
vars:
sendmail_relays: []
roles:
- cesnet.sendmail
```