Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geerlingguy/ansible-role-exim
Ansible Role - Exim
https://github.com/geerlingguy/ansible-role-exim
ansible email exim mail role send server
Last synced: 10 days ago
JSON representation
Ansible Role - Exim
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-exim
- Owner: geerlingguy
- License: mit
- Created: 2015-08-23T02:42:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:21:29.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:44.952Z (28 days ago)
- Topics: ansible, email, exim, mail, role, send, server
- Homepage: https://galaxy.ansible.com/geerlingguy/exim/
- Size: 43.9 KB
- Stars: 16
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Exim
[![CI](https://github.com/geerlingguy/ansible-role-exim/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-exim/actions?query=workflow%3ACI)
Installs Exim (a Mail Transfer Agent) on RedHat/CentOS or Debian/Ubuntu.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
exim_dc_eximconfig_configtype: internet
(Debian/Ubuntu only) Main configuration type. Should be 'internet' for public mail sending, or 'local' if mail should only be delivered locally. See Exim documentation for other options.
exim_dc_localdelivery: mail_spool
(Debian/Ubuntu only) Default transport for local mail delivery. Defaults to `mail_spool` if unset.
exim_primary_hostname: ""
Force a primary server hostname for Exim. Usually you don't need to set this, but if Exim can't reliably determine the FQDN of your server, you can set this and it will ensure Exim uses the correct hostname.
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- geerlingguy.exim## License
MIT / BSD
## Author Information
This role was created in 2015 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).