16 lines
439 B
YAML
16 lines
439 B
YAML
---
|
|
- hosts: all
|
|
connection: local
|
|
vars:
|
|
app_name: Vagrant
|
|
app_name_pretty: Vagrant
|
|
app_url: "https://dl.bintray.com/mitchellh/vagrant/Vagrant-1.4.3.dmg"
|
|
installer_type: pkg
|
|
install_method: dmg
|
|
install_target: /Volumes/Macintosh\ HD
|
|
mount_path: /Volumes/Vagrant/
|
|
downloads: ~/.ansible-downloads/
|
|
creates: /Applications/Vagrant/bin/vagrant
|
|
|
|
tasks:
|
|
- include: ../install/{{ install_method }}.yml |