blob: 599291eb7bdd577f1a46f6279fd1488c59ebe6fe [file] [log] [blame]
---
- name: Setup component installer and install component
hosts: '{{ hosts }}'
gather_facts: no
serial: 1
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-component-installer
- { role: apigee-opdk-setup-component, profile: '{{ component_profile }}' }
tags:
- apigee-component