diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-11 17:10:50 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-11 17:10:50 +0000 |
commit | 986c1213967cd16a1ab1d14cd3a7eec154d23dc7 (patch) | |
tree | f96ab72fecb284eee07d0d5755a13d1d15e85449 | |
parent | 76b97a97514c2433db5f0a075b958deb21eb2935 (diff) | |
download | ansible-986c1213967cd16a1ab1d14cd3a7eec154d23dc7.tar.gz ansible-986c1213967cd16a1ab1d14cd3a7eec154d23dc7.tar.xz ansible-986c1213967cd16a1ab1d14cd3a7eec154d23dc7.zip |
stop trying to backup the not running postgres data on db-qa-stg91
-rw-r--r-- | inventory/host_vars/db-qa-stg01.qa.fedoraproject.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inventory/host_vars/db-qa-stg01.qa.fedoraproject.org b/inventory/host_vars/db-qa-stg01.qa.fedoraproject.org index 3b82df2d9..dec50e384 100644 --- a/inventory/host_vars/db-qa-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/db-qa-stg01.qa.fedoraproject.org @@ -45,13 +45,13 @@ tcp_ports: [ 5432, 443 ] ############################################################ # This is a generic list, monitored by collectd -databases: -- postgres -- resultsdb +#databases: +#- postgres +#- resultsdb # This is a more strict list, to be made publicly available -dbs_to_backup: -- postgres +#dbs_to_backup: +#- postgres #- buildmaster #- buildmaster_dev #- buildmaster_stg |