Files
fedora-infra_ansible/inventory/group_vars/mailman_stg
Michal Konecny a807fb3d4f [mailman3] Create gunicorn configuration file
To make changing the gunicorn configuration more easily let's move
configuration values from systemd service to separate configuration
file.

The file will live in /etc/mailman3/gunicorn.conf.py.
2025-03-27 13:01:13 +01:00

68 lines
1.9 KiB
Plaintext

---
# common items for the releng-* boxes
deployment_type: prod
ipa_client_shell_groups:
- sysadmin-tools
ipa_client_sudo_groups:
- sysadmin-tools
ipa_host_group: mailman
ipa_host_group_desc: Mailing list services
lvm_size: 350000
# Used by the mailman role
mailman3_db_server: db01.stg.iad2.fedoraproject.org
mailman3_domains:
- lists.stg.fedoraproject.org
- lists.stg.fedorahosted.org
- lists.stg.pagure.io
mailman3_login:
facebook:
display_name: Facebook
provider: facebook
github:
display_name: GitHub
provider: github
gitlab:
display_name: GitLab
provider: gitlab
google:
display_name: Google
provider: google
stackexchange:
display_name: StackExchange
provider: stackexchange
twitter:
display_name: Twitter
provider: twitter
fedora:
display_name: Fedora
provider: fedora
max_mem_size: 32768
mem_size: 32768
nrpe_check_postfix_queue_crit: 50
# by default, the number of emails in queue before we whine
nrpe_check_postfix_queue_warn: 20
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
# Postfix main.cf
postfix_group: mailman-stg
tcp_ports: [25, 80, 443]
# mailman role variables
mailman3_log_level: debug
mailman3_rest_api_username: "{{ mailman_stg_rest_api_user }}"
mailman3_rest_api_password: "{{ mailman_stg_rest_api_pass }}"
mailman3_mailman_db_pass: "{{ mailman_mm_db_pass }}"
mailman3_hyperkitty_admin_db_pass: "{{ mailman_hk_admin_db_pass }}"
mailman3_hyperkitty_db_pass: "{{ mailman_hk_db_pass }}"
mailman3_hyperkitty_cookie_key: "{{ mailman_hk_cookie_key }}"
mailman3_hyperkitty_archiver_key: "{{ mailman_hk_stg_archiver_key }}"
mailman3_openidc_server_url: "https://id.stg.fedoraproject.org/"
mailman3_httpd_hostname: lists.stg.fedoraproject.org
# Setting debug variables to 'true' disables mail sending
# If you want to enable it just set it to 'false'
mailman3_debug: true
mailman3_hyperkitty_debug: true