Mailman: the DB server is different in stg and prod
This commit is contained in:
parent
999677b572
commit
159115f3d3
3 changed files with 6 additions and 1 deletions
|
@ -27,3 +27,6 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
||||||
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
||||||
hostname={{ inventory_hostname }}"
|
hostname={{ inventory_hostname }}"
|
||||||
--network=bridge=br0 --autostart --noautoconsole
|
--network=bridge=br0 --autostart --noautoconsole
|
||||||
|
|
||||||
|
# Used by the mailman role
|
||||||
|
mailman_dbserver: db01.phx2.fedoraproject.org
|
||||||
|
|
|
@ -27,3 +27,6 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
||||||
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
|
||||||
hostname={{ inventory_hostname }}"
|
hostname={{ inventory_hostname }}"
|
||||||
--network=bridge=br0 --autostart --noautoconsole
|
--network=bridge=br0 --autostart --noautoconsole
|
||||||
|
|
||||||
|
# Used by the mailman role
|
||||||
|
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
||||||
|
|
|
@ -98,7 +98,6 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: mailman
|
- role: mailman
|
||||||
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
|
||||||
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
|
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
|
||||||
mailman_mm_db_pass: "{{ mailman_mm_db_pass }}"
|
mailman_mm_db_pass: "{{ mailman_mm_db_pass }}"
|
||||||
mailman_hk_admin_db_pass: "{{ mailman_hk_admin_db_pass }}"
|
mailman_hk_admin_db_pass: "{{ mailman_hk_admin_db_pass }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue