Skip to content

Ansible Collection for setting mail accounts for jpberlin.de

License

Notifications You must be signed in to change notification settings

ADFC-Hamburg/ansible-jpberlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection to create e-mail addresses for jpberlin with ansible

This collection can set and modify e-mail accounts for jpberlin.de. Perhabs (not tested), it works also for mailbox.org.

Install

# On Apt
apt install python3-validator
# Or with
pip install validator

# Install Collection:
ansible-galaxy collection install git+https://github.com/ADFC-Hamburg/ansible-jpberlin

Example:

    - name: Create E-Mail
      hamburg_adfc.jpberlin.email_account:
        login:
          user: "my-user"
          password: "login-password"
        email: [email protected]
        password: "my-secret"
        memo: "Ansible Test"

    - name: Create E-Mail Forward
      hamburg_adfc.jpberlin.email_account:
        login:
          user: "my-user"
          password: "login-password"
        email: [email protected]
        forwards:
          - [email protected]
          - [email protected]
        mail_type: forward
        password: "my-secret"

Questions

Please use Github Issues: https://github.com/ADFC-Hamburg/ansible-jpberlin/issues/new

Donations

See:

https://hamburg.adfc.de/spende

Please use the keyword: ansible-jpberlin

About

Ansible Collection for setting mail accounts for jpberlin.de

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published