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 session_timeout: 3600 archiver: key: "{{ lookup('password', '/dev/null length=128') }}"