14 lines
358 B
YAML
14 lines
358 B
YAML
---
|
|
- hosts: all
|
|
connection: local
|
|
vars:
|
|
app_name: Firefox
|
|
app_name_pretty: Firefox
|
|
app_url: "https://download.mozilla.org/?product=firefox-27.0&os=osx&lang=en-US"
|
|
installer_type: app
|
|
install_method: dmg
|
|
mount_path: /Volumes/Firefox/
|
|
downloads: ~/.ansible-downloads/
|
|
|
|
tasks:
|
|
- include: ../install/{{ install_method }}.yml |