--- | |
- 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 |