uberspace_mail_user

Ansible Role: uberspace-mail-user

This is part of the uberspace roles collection.

This is meant to be used on your Uberspace.

Please be aware, that I'm neither part of the Uberspace team, nor am I associated to them other than having some Uberspaces myself. This project was created, because I wanted to use the roles for myself and thought they were okay-ish enough to share them.

What is this (from the uberspace manual)

You can use mailboxes in the form of $MAILBOX@$USER.uber.space. If you have set up additional domains, $MAILBOX@$DOMAIN will also work.

You can find the documentation of the replaced tool uberspace mail user in the Uberspace Manual here.

Notes

Because I didn't yet find out how to solve idempotency, this role currently doesn't support changing a users password!

I'll try to add this in the future. If you have an idea, feel free to contribute in .

Usage

Variable Choices/Default Description
user The mailbox user to use as user
password The password for the user (use e.g. ansible-vault)
state
  • present ✔
  • absent
"present" to enable the user, "absent" to disable it
users [] A list of user, password, state combinations to set multiple users at once

Examples

Add user

- hosts: uberspace
  roles:
    - name: uberspace-mail-user
      user: post
      password: yourtotalysecretpassword

Delete user

- hosts: uberspace
  roles:
    - name: uberspace-mail-user
      user: post
      state: absent

Set multiple users

- hosts: uberspace
  roles:
    users:
      - name: uberspace-mail-user
        user: post
        password: yourtotalysecretpassword
      - name: uberspace-mail-user
        user: deleteme
        state: absent
About

Manage mailboxes of your uberspace.

Install
ansible-galaxy install Snapstromegon/ansible-role-uberspace-mail-user
GitHub repository
License
isc
Downloads
23
Owner
DevOps Engineer at day, web dev at night.