Mailman: the DB server is different in stg and prod

This commit is contained in:
Aurélien Bompard 2014-02-03 11:11:15 +00:00
parent 999677b572
commit 159115f3d3
3 changed files with 6 additions and 1 deletions

View file

@ -27,3 +27,6 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}"
--network=bridge=br0 --autostart --noautoconsole
# Used by the mailman role
mailman_dbserver: db01.phx2.fedoraproject.org

View file

@ -27,3 +27,6 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}"
--network=bridge=br0 --autostart --noautoconsole
# Used by the mailman role
mailman_dbserver: db02.stg.phx2.fedoraproject.org

View file

@ -98,7 +98,6 @@
roles:
- role: mailman
mailman_dbserver: db02.stg.phx2.fedoraproject.org
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
mailman_mm_db_pass: "{{ mailman_mm_db_pass }}"
mailman_hk_admin_db_pass: "{{ mailman_hk_admin_db_pass }}"