add support to create mailing lists

This commit is contained in:
nd 2021-03-08 22:25:25 +01:00
parent b761932225
commit 8130b257fb
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 23 additions and 1 deletions

View file

@ -17,3 +17,6 @@ mailman:
session_timeout: 3600
archiver:
key: "{{ lookup('password', '/dev/null length=128') }}"
list_defaults:
settings: {}
lists: {}