blob: f5b7968fe7c00e011f390ac5c364039b251f12c8 [file] [log] [blame]
---
- name: Configure DevPortal Database
hosts: "{{ target_hosts }}"
serial: 1
gather_facts: no
become: yes
tags: ['pdb']
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
roles:
- { role: apigee-opdk-devportal-postgres-config, tags: ['config'] }
- { role: apigee-opdk-setup-component, profile: 'pdb', tags: ['apigee-component'], opdk_installation_config_file: "{{ opdk_portal_db_config_file }}" }
- { role: apigee-opdk-start-components, tags: ['apigee-component'] }
- { role: apigee-opdk-setup-status, tags: ['status'] }