blob: 491a7d6e813a4ed54253c81dea0d5e3ceedc9673 [file] [log] [blame]
---
- hosts: pgstandby
gather_facts: no
vars_files:
- ~/.apigee/apigee-opdk-custom-properties/custom-properties.yml
- ~/.apigee-secure/credentials.yml
tasks:
- name: Collect attributes
include_role:
name: apigee-opdk-server-self
vars:
server_types: ['ps']
- name: Remove Postgres
include_role:
name: apigee-opdk-setup-postgres-remove
vars:
ax_group: 'axgroup001'
consumer_group: 'consumer-group-001'
server_type: 'postgres-server'
uuid: '{{ edge_ps_self.uUID }}'