Skip to content

Rheinwerk/ansible-role-update_postfix_config

Repository files navigation

Configure Postfix

Build Status

Requirements

Upstream mailserver.

Role Variables

There is one main variable that drives this role: _postfix. It is a map that contains all configuration and settings for this role. There is an additional optional variable _sasl, which, if defined, controls setting up sasl in the postfix configuration. Please see defaults/main.yml for details.

Dependencies

None.

Example Playbook

The general contract of this role is to take the variables map _postfix from defaults/main.yml as a template for your configuration and pass that configuration as a parameter to this role.

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  var:
    POSTFIX
      ...
  roles:
     - { role: postfix, tags: [ 'postfix' ], _postfix: "{{ POSTFIX }}" }

License

Please see LICENSE.

Author Information

Original author is Daniel Schneller as member of the Rheinwerk project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •