migrate staging mailman db to db01.stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
cdfe465826
commit
6a1c27cb47
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ postfix_group: mailman-stg
|
|||
mailman_url: lists.stg.fedoraproject.org
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_db_server: db02.stg.phx2.fedoraproject.org
|
||||
mailman_db_server: db01.stg.phx2.fedoraproject.org
|
||||
|
||||
# by default, the number of emails in queue before we whine
|
||||
nrpe_check_postfix_queue_warn: 20
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#
|
||||
|
||||
- name: prepare setting up the database
|
||||
hosts: db02.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org
|
||||
hosts: db01.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org
|
||||
gather_facts: no
|
||||
user: root
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
|||
- packages
|
||||
|
||||
- name: setup the database
|
||||
hosts: db02.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org
|
||||
hosts: db01.stg.phx2.fedoraproject.org:db01.phx2.fedoraproject.org
|
||||
gather_facts: no
|
||||
sudo: yes
|
||||
sudo_user: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue