mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Switch things over from db05 to db03.
Backups and wiki and what dbs to backup on db03 to /backups.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[backup_clients]
|
||||
collab04.fedoraproject.org
|
||||
db01.phx2.fedoraproject.org
|
||||
db05.phx2.fedoraproject.org
|
||||
db03.phx2.fedoraproject.org
|
||||
db-datanommer02.phx2.fedoraproject.org
|
||||
db-fas01.phx2.fedoraproject.org
|
||||
hosted04.fedoraproject.org
|
||||
|
||||
@@ -11,10 +11,16 @@ datacenter: phx2
|
||||
|
||||
# This is a generic list, monitored by collectd
|
||||
databases:
|
||||
- postgres
|
||||
- mysql
|
||||
- darkserver
|
||||
- fpo-mediawiki
|
||||
- pastebin
|
||||
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
# This is a more strict list of db to backup to /backups
|
||||
dbs_to_backup:
|
||||
- darkserver
|
||||
- fpo-mediawiki
|
||||
- pastebin
|
||||
|
||||
mariadb_root_password: "{{ db03_mysql_root_password }}"
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ $wgEnotifWatchlist = true; # UPO
|
||||
$wgEmailAuthentication = false;
|
||||
|
||||
$wgDBtype = "mysql";
|
||||
$wgDBserver = "db05";
|
||||
$wgDBserver = "db03";
|
||||
$wgDBname = "fpo-mediawiki";
|
||||
$wgDBuser = "fpo-mw-user";
|
||||
$wgDBpassword = "{{ fpoPassword }}";
|
||||
|
||||
Reference in New Issue
Block a user