Ansible role for ivimeyorg exim config

rivimey 58fdbfaf04 initial commit 7 سال پیش
defaults 58fdbfaf04 initial commit 7 سال پیش
files 58fdbfaf04 initial commit 7 سال پیش
handlers 58fdbfaf04 initial commit 7 سال پیش
meta 58fdbfaf04 initial commit 7 سال پیش
tasks 58fdbfaf04 initial commit 7 سال پیش
templates 58fdbfaf04 initial commit 7 سال پیش
tests 58fdbfaf04 initial commit 7 سال پیش
.gitignore 58fdbfaf04 initial commit 7 سال پیش
.travis.yml 58fdbfaf04 initial commit 7 سال پیش
LICENSE 58fdbfaf04 initial commit 7 سال پیش
README.md 58fdbfaf04 initial commit 7 سال پیش

README.md

Ansible Role: Exim

Installs exim on RedHat/CentOS or Debian/Ubuntu.

Requirements

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.

Role Variables

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.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - rivimey.exim

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.