Add db-qa01 to backups. Set it to backup some dbs.
This commit is contained in:
parent
fe359becaa
commit
5e445ec964
2 changed files with 12 additions and 2 deletions
|
@ -14,10 +14,19 @@ databases:
|
|||
- postgres
|
||||
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
dbs_to_backup:
|
||||
- postgres
|
||||
- buildmaster
|
||||
- buildmaster_dev
|
||||
- buildmaster_stg
|
||||
- fakefedorainfra
|
||||
- fakefedorainfra_stg
|
||||
- dev_fakefedorainfra
|
||||
- resultsdb
|
||||
- resultsdb_stg
|
||||
- resultsdb_dev
|
||||
|
||||
#host_backup_targets: ['/backups']
|
||||
host_backup_targets: ['/backups']
|
||||
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue