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