Ansible role for ivimeyorg exim config
|
|
před 7 roky | |
|---|---|---|
| defaults | před 7 roky | |
| files | před 7 roky | |
| handlers | před 7 roky | |
| meta | před 7 roky | |
| tasks | před 7 roky | |
| templates | před 7 roky | |
| tests | před 7 roky | |
| .gitignore | před 7 roky | |
| .travis.yml | před 7 roky | |
| LICENSE | před 7 roky | |
| README.md | před 7 roky |
Installs exim on RedHat/CentOS or Debian/Ubuntu.
If you're using this as an SMTP relay server, you will need to do that on your own, and open TCP port 25 in your server firewall.
Available variables are listed below, along with default values (see defaults/main.yml):
exim_config_file: /etc/exim4/exim4.conf
The path to the Exim main.cf configuration file.
exim_service_state: started
exim_service_enabled: yes
The state in which the Exim service should be after this role runs, and whether to enable the service on startup.
exim_inet_interfaces: localhost
exim_inet_protocols: all
Options for values inet_interfaces and inet_protocols in the main.cf file.
None.
- hosts: all
roles:
- rivimey.exim
MIT / BSD
This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.