Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 476 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 476 Bytes

Ansible aliases Role

An ansible role for managing mail aliases

Role Variables

aliases_list: a list of dictionaries holding the user and the alias
    - user: postmaster
      alias: root

Example Playbook

- hosts: servers
  roles:
     - { role: MichaelRigart.aliases, become: true }

License

GPLv3

Author Information

Michaël Rigart [email protected]