mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-26 05:40:17 +00:00
15 lines
No EOL
415 B
YAML
15 lines
No EOL
415 B
YAML
---
|
|
- hosts: $hosts
|
|
user: $user
|
|
sudo: yes
|
|
vars:
|
|
app_name: FileZilla
|
|
app_name_pretty: FileZilla
|
|
app_url: http://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.6.0.2/FileZilla_3.6.0.2_i686-apple-darwin9.app.tar.bz2
|
|
installer_type: app
|
|
install_method: tar
|
|
vars_files:
|
|
- ../setup-vars.yaml
|
|
tasks:
|
|
- include: ../setup.yaml
|
|
- include: ../install/$install_method.yaml |