Fix HyperKitty's URL

This commit is contained in:
Aurélien Bompard 2014-10-17 09:12:08 +00:00
parent 7051ba75e7
commit c9395f3872
4 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ postfix_group: mailman
# Used by the mailman role # Used by the mailman role
mailman_db_server: db01.phx2.fedoraproject.org mailman_db_server: db01.phx2.fedoraproject.org
mailman_url: lists.fedoraproject.org
# by default, the number of emails in queue before we whine # by default, the number of emails in queue before we whine
nrpe_check_postfix_queue_warn: 20 nrpe_check_postfix_queue_warn: 20

View file

@ -30,6 +30,7 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
# Postfix main.cf # Postfix main.cf
postfix_group: mailman-stg postfix_group: mailman-stg
mailman_url: lists.stg.fedoraproject.org
# Used by the mailman role # Used by the mailman role
mailman_db_server: db02.stg.phx2.fedoraproject.org mailman_db_server: db02.stg.phx2.fedoraproject.org

View file

@ -127,6 +127,7 @@
mailman_kittystore_admin_db_pass: "{{ lists_dev_ks_db_pass }}" mailman_kittystore_admin_db_pass: "{{ lists_dev_ks_db_pass }}"
mailman_kittystore_db_pass: "{{ lists_dev_ks_db_pass }}" mailman_kittystore_db_pass: "{{ lists_dev_ks_db_pass }}"
mailman_hyperkitty_cookie_key: "randomstringusedasacookiesecurekey-yesthisshouldbeinaprivaterepo_butidonthaveaccesstoit" mailman_hyperkitty_cookie_key: "randomstringusedasacookiesecurekey-yesthisshouldbeinaprivaterepo_butidonthaveaccesstoit"
mailman_url: "{{ ansible_fqdn }}"
- collectd/base - collectd/base
tasks: tasks:

View file

@ -8,5 +8,5 @@
# #
[general] [general]
base_url: http://apps.stg.fedoraproject.org/lists base_url: http://{{ mailman_url }}
django_settings: {{ mailman_webui_confdir }}/settings.py django_settings: {{ mailman_webui_confdir }}/settings.py