https://github.com/deveryware/ansible-role-exim4
Ansbile role to install and configure Exim4 on Debian based system.
https://github.com/deveryware/ansible-role-exim4
Last synced: 3 months ago
JSON representation
Ansbile role to install and configure Exim4 on Debian based system.
- Host: GitHub
- URL: https://github.com/deveryware/ansible-role-exim4
- Owner: Deveryware
- License: mit
- Created: 2022-12-02T16:02:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T10:45:26.000Z (over 8 years ago)
- Last Synced: 2025-01-09T00:11:46.352Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-role-exim4
Ansbile role to install and configure Exim4 on Debian based system.
## Prerequisites
None.
## Example Playbook
- hosts: servers
roles:
- role: ansible-role-exim4
## Role variables
The following variables are used for the content of the /etc/exim4/update-exim4.conf.conf file:
exim4_dc_eximconfig_configtype: local
exim4_dc_other_hostnames: localhost
exim4_dc_local_interfaces: '127.0.0.1 ; ::1'
exim4_dc_readhost: ''
exim4_dc_relay_domains: ''
exim4_dc_minimaldns: 'false'
exim4_dc_relay_nets: ''
exim4_dc_smarthost: ''
exim4_CFILEMODE: '644'
exim4_dc_use_split_config: 'false'
exim4_dc_hide_mailname: ''
exim4_dc_mailname_in_oh: 'true'
exim4_dc_localdelivery: 'mail_spool'
## License
MIT
## Author Information
This role was created in 2018 by Olivier Locard on the behalf of Deveryware.