blob: 8e6703912f67054f8214a51825f1f64f6a798d84 [file] [log] [blame]
---
- hosts: '{{ hosts }}'
strategy: free
roles:
- opdk-setup-apigee-user
- opdk-setup-os-ds
- hosts: '{{ hosts }}'
strategy: free
roles:
- opdk-setup-openjdk
- hosts: '{{ hosts }}'
strategy: free
roles:
- opdk-setup-bootstrap
- hosts: '{{ hosts }}'
strategy: free
roles:
- opdk-setup-silent-installation-config
- opdk-setup-component-installer
- hosts: '{{ hosts }}'
serial: 1
roles:
- { role: opdk-setup-component, profile: '{{ component_profile }}' }