| --- |
| - 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'] } |