This collection can set and modify e-mail accounts for jpberlin.de. Perhabs (not tested), it works also for mailbox.org.
# 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
- 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"
Please use Github Issues: https://github.com/ADFC-Hamburg/ansible-jpberlin/issues/new
See:
https://hamburg.adfc.de/spende
Please use the keyword: ansible-jpberlin