add mailman_list module

This commit is contained in:
nd 2021-03-08 22:11:38 +01:00
parent 72a2de6888
commit b761932225
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 75 additions and 0 deletions

View file

@ -4,6 +4,7 @@ mailman:
api:
hostname: localhost
port: 8001
version: "3.1"
admin:
name: restadmin
pw: "{{ lookup('password', '/dev/null length=32') }}"