blob: 21400c850fbb2513325831f58bd1dcd64b78b8df [file] [log] [blame]
---
- name: Install Postgres
hosts: "{{ target_hosts }}"
gather_facts: no
serial: 1
tags: ['pg', 'pgcommon']
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
roles:
- { role: apigee-opdk-setup-component, profile: 'ps', tags: ['apigee-component'] }
- { role: apigee-opdk-start-components, tags: ['apigee-component'] }
- { role: apigee-opdk-server-self, server_types: ['ps'], tags: ['self'] }
- { role: apigee-opdk-setup-status, tags: ['status'] }