ansible-role-mailman/defaults/main.yml

22 lines
525 B
YAML

mailman:
site_owner: changeme@example.com
default_domain: example.com
api:
hostname: localhost
port: 8001
version: "3.1"
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
session_timeout: 3600
archiver:
key: "{{ lookup('password', '/dev/null length=128') }}"
list_defaults:
settings: {}
lists: {}