Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 954 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 954 Bytes

Root Mail Configure

Build Status

Originally part of our Exim 4 Role. This has been spun off to a configure role to keep Exim4 tight.

This sets the default mail address for the server.

Requirements

Although not required it is designed to work after the Exim4 role

Role Variables

The only vars needed are: the server from email (rootmail_server_from_email) e.g. [email protected] the server domainname: ((rootmail_server_mailname)) e.g. example.com

Dependencies

None (but works with Exim4)

Example Playbook

- hosts: servers
  roles:
     - { role: ansible-role-first5rootmail, tags; "mail", "configuration" }

License

BSD

Author Information

George Boobyer (Blue-Bag)