An ansible role for managing mail aliases
aliases_list: a list of dictionaries holding the user and the alias
- user: postmaster
alias: root
- hosts: servers
roles:
- { role: MichaelRigart.aliases, become: true }
GPLv3
Michaël Rigart michael@netronix.be