--- | |
- hosts: '{{ hosts }}' | |
serial: 1 | |
roles: | |
- apigee-opdk-setup-component-installer | |
- { role: apigee-opdk-setup-component, profile: '{{ component_profile }}', opdk_installation_config_file: '{{ opdk_baas_silent_install_file_path }}' } | |
tags: | |
- apigee-component |