blob: ad1fe7cf40eed6ce5f9baf86a98f203c0da9b598 [file] [log] [blame]
---
- hosts: pgstandby
gather_facts: no
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 }}'