blob: 7493cc4d7ddc31456f9c87636b52c612adb46921 [file] [log] [blame]
---
- hosts: '{{ hosts }}'
strategy: free
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-default-settings
- apigee-opdk-setup-apigee-user
tags:
- apigee-user
- apigee-pre-req
- hosts: '{{ hosts }}'
strategy: free
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-os-limits
tags:
- apigee-pre-req
- apigee-tuning
- hosts: '{{ hosts }}'
strategy: free
roles:
- apigee-opdk-setup-default-settings
- apigee-opdk-setup-openjdk
tags:
- apigee-pre-req
- openjdk
- hosts: '{{ hosts }}'
strategy: free
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-default-settings
- apigee-opdk-setup-bootstrap
tags:
- apigee-pre-req
- apigee-bootstrap
- hosts: '{{ hosts }}'
strategy: free
vars_files:
- ~/.apigee/credentials.yml
roles:
- apigee-opdk-setup-default-settings
- apigee-opdk-setup-silent-installation-config
tags:
- apigee-pre-req
- apigee-silent-config