mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Fix HyperKitty's URL
This commit is contained in:
@@ -24,6 +24,7 @@ postfix_group: mailman
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_db_server: db01.phx2.fedoraproject.org
|
||||
mailman_url: lists.fedoraproject.org
|
||||
|
||||
# by default, the number of emails in queue before we whine
|
||||
nrpe_check_postfix_queue_warn: 20
|
||||
|
||||
@@ -30,6 +30,7 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
||||
|
||||
# Postfix main.cf
|
||||
postfix_group: mailman-stg
|
||||
mailman_url: lists.stg.fedoraproject.org
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_db_server: db02.stg.phx2.fedoraproject.org
|
||||
|
||||
@@ -127,6 +127,7 @@
|
||||
mailman_kittystore_admin_db_pass: "{{ lists_dev_ks_db_pass }}"
|
||||
mailman_kittystore_db_pass: "{{ lists_dev_ks_db_pass }}"
|
||||
mailman_hyperkitty_cookie_key: "randomstringusedasacookiesecurekey-yesthisshouldbeinaprivaterepo_butidonthaveaccesstoit"
|
||||
mailman_url: "{{ ansible_fqdn }}"
|
||||
- collectd/base
|
||||
|
||||
tasks:
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
#
|
||||
|
||||
[general]
|
||||
base_url: http://apps.stg.fedoraproject.org/lists
|
||||
base_url: http://{{ mailman_url }}
|
||||
django_settings: {{ mailman_webui_confdir }}/settings.py
|
||||
|
||||
Reference in New Issue
Block a user