mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
59 lines
1.7 KiB
Plaintext
59 lines
1.7 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.rdu3.fedoraproject.org
|
|
mailman3_domains:
|
|
- lists.stg.fedoraproject.org
|
|
- lists.stg.fedorahosted.org
|
|
- lists.stg.pagure.io
|
|
mailman3_login:
|
|
github:
|
|
display_name: GitHub
|
|
provider: github
|
|
gitlab:
|
|
display_name: GitLab
|
|
provider: gitlab
|
|
google:
|
|
display_name: Google
|
|
provider: google
|
|
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
|