blob: d722bba2994c9b8b9125b9cc4206b1b34285eb68 [file] [log] [blame]
---
- hosts: pgstandby
gather_facts: no
vars_files:
- ~/.apigee/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 }}'