mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Mailman: the DB server is different in stg and prod
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user