--- | |
- include: configuration/opdk-setup-os.yml | |
vars: | |
hosts: 'planet' | |
tags: | |
- os | |
- include: configuration/update-user.yml | |
vars: | |
hosts: 'planet' | |
user: 'root' | |
tags: | |
- user | |
- include: components/opdk-create-download-apigee-mirror.yml | |
vars: | |
hosts: 'planet[0]' | |
jdk_version: '1.8' | |
tags: | |
- create_download | |