mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-25 21:30:23 +00:00
17 lines
No EOL
431 B
YAML
17 lines
No EOL
431 B
YAML
---
|
|
- include: ../setup.yaml
|
|
|
|
- hosts: $hosts
|
|
user: $user
|
|
vars:
|
|
app_name: VirtualBox
|
|
app_name_pretty: VirtualBox
|
|
app_url: http://download.virtualbox.org/virtualbox/4.2.12/VirtualBox-4.2.12-84980-OSX.dmg
|
|
mount_path: /Volumes/VirtualBox/
|
|
installer_type: pkg
|
|
install_method: dmg
|
|
install_target: /Volumes/OSX
|
|
vars_files:
|
|
- ../setup-vars.yaml
|
|
tasks:
|
|
- include: ../install/$install_method.yaml |