Skip to content

punktDe/ansible-proserver-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-proserver-mail

Mail role for Proserver

Supported Operating Systems

Role Arguments

An Ansible role that sets up mail configuration on a Proserver.

Options for mail

Option Description Type Required Default
enable_mta Enables or disables the Mail Transfer Agent (MTA). bool no True
aliases Dictionary of email aliases. dict no {}

Dependencies

None.

Installation

Add this role to the requirements.yml of your playbook as follows:

roles:
  - name: ansible-proserver-mail
    src: https://github.com/punktDe/ansible-proserver-mail

Afterwards, install the role by running ansible-galaxy install -r requirements.yml

Example Playbook

- hosts: all
  roles:
    - name: ansible-proserver-mail

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors