commit | 2910034adfc6b2a87e68c0767f270dbbee425430 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 22:59:17 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 22:59:17 2016 -0400 |
tree | 8b1a0420267cd6331e3b593a3e74b85bbd68024a | |
parent | 890472e8dc1d9a887e370e810ed9aa9b31388a7b [diff] |
added a full rollback prior to setting up pgstandby.
diff --git a/installations/dc1/components/opdk-setup-postgres-standby.yml b/installations/dc1/components/opdk-setup-postgres-standby.yml index a8dbba2..042a290 100644 --- a/installations/dc1/components/opdk-setup-postgres-standby.yml +++ b/installations/dc1/components/opdk-setup-postgres-standby.yml
@@ -2,6 +2,7 @@ - hosts: '{{ hosts }}' serial: 1 roles: + - { role: apigee-opdk-setup-boostrap-rollback, remove_apigee: true } - apigee-opdk-setup-postgres-standby tags: - pgstandby