Initial commit

This commit is contained in:
nd 2021-03-07 02:49:57 +01:00
commit a1162b44da
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
7 changed files with 629 additions and 0 deletions

17
defaults/main.yml Normal file
View file

@ -0,0 +1,17 @@
mailman:
site_owner: changeme@example.com
default_domain: example.com
api:
hostname: localhost
port: 8001
admin:
name: restadmin
pw: "{{ lookup('password', '/dev/null length=32') }}"
web:
secretkey: "{{ lookup('password', '/dev/null length=128') }}"
remote_user: False
signup: True
change_pw: True
ldap: False
archiver:
key: "{{ lookup('password', '/dev/null length=128') }}"