blob: 1c6734edad4c7625c5a8e2ca68cf29033d04e277 [file] [log] [blame]
---
- name: Update common components for the planet
hosts: "{{ target_hosts }}"
gather_facts: no
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
strategy: free
tags: ['common']
roles:
- { role: apigee-opdk-update-component-inplace, component: 'apigee-setup', tags: ['setup', 'apigee-component-update'] }
- { role: apigee-opdk-update-component-inplace, component: 'apigee-adminapi', tags: ['adminapi', 'apigee-component-update'] }
- { role: apigee-opdk-setup-apigee-user-ownership, tags: ['apigee-user','ownership'] }
- name: Update management server components
hosts: "{{ target_hosts }}"
gather_facts: no
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
strategy: free
tags: ['common']
roles:
- { role: apigee-opdk-update-component-inplace, component: 'apigee-validate', tags: ['validate', 'apigee-component-update'] }
- { role: apigee-opdk-update-component-inplace, component: 'apigee-provision', tags: ['provision', 'apigee-component-update'] }