-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.yml
63 lines (55 loc) · 2.03 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Defaults variables for role mailman3
# Database settings (MySQL)
mailman3_db_user: mailman3
mailman3_db_pass: XW0kzPcS8BArAT
mailman3_db_name: mailman3
# Mailman core settings
mailman3_site_owner: [email protected]
mailman3_rest_api_user: restadmin
mailman3_rest_api_pass: restpass
mailman3_rest_api_workers: 2
mailman3_log_directory: /var/log/mailman3
# see https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/config/docs/config.html#schema-cfg
# can be classical python levels, like info, warning, debug
mailman3_log_level: info
mailman3_log_items:
- archiver
- bounce
- config
- database
- http
- runner
- smtp
- subscribe
- task
# mta/smtp/lmtp settings
mailman3_smtp_host: 127.0.0.1
mailman3_smtp_port: 25
mailman3_smtp_user: ''
mailman3_smtp_pass: ''
mailman3_lmtp_host: localhost
mailman3_lmtp_port: 8024
# Postorius/Hyperkitty django webui settings
mailman3_django_secret_key: pZzukiE1dDVW1UGNjwVnSHR0yn
mailman3_django_debug: False
mailman3_django_db_name: mailmanweb
mailman3_django_db_user: mailmanweb
mailman3_django_db_pass: qadvqjR5R7kNiD
mailman3_archiver_key: hmG8uw6YlHpNoBjndCrAhZWo
mailman3_gunicorn_workers: 4
# Directory where to store static files
mailman3_static_root: /var/www/mailman-static
# Proxying through httpd/apache (ending TLS connection)
mailman3_httpd_hostname: lists.dev.centos.org
# For mailman2 imported static archives (aka '/pipermail/<list_name>')
# We'll just create a directory and import/copy back .html file for selected lists
mailman3_mm2_archives_dir: /var/www/mailman2-archives
# OpenID-connect settings
# Attention that you should ensure that callback/redirect_url set at the provider side will end with /
# see https://docs.allauth.org/en/latest/socialaccount/providers/openid_connect.html#openid-connect
mailman3_auth_openidc: True
mailman3_openidc_provider_id: centos
mailman3_openidc_name: CentOS Account
mailman3_openidc_server_url: https://id.centos.org/idp/openidc
mailman3_openidc_client_id: mailman3
mailman3_openidc_secret: boooooooooooooyoushouldnotreadthisasnotused