blob: b3f6d9543dc994f24658761d54494ccb092d92e7 [file] [log] [blame]
---
- name: Update the ansible cache
hosts: planet
tags: ['cache']
gather_facts: no
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-default-settings
- name: Rolling back installation and bootstrap
hosts: '{{ hosts }}'
gather_facts: no
vars:
remove_apigee: true
opdk_version: 4.16.01
roles:
- apigee-opdk-setup-bootstrap-rollback
- name: Bootstap to the specified version on attribute opdk_version
include: components/opdk-install-component.yml
vars:
opdk_version: 4.16.01
component_profile: "{{ component }}"
upgrade_edge: true