Added HandBrake playbook and README.

This commit is contained in:
Michael Griffin 2013-04-23 17:06:26 -07:00
parent 12fca5cc17
commit ed48ab54b7
3 changed files with 26 additions and 5 deletions

4
handbrake/README.md Normal file
View File

@ -0,0 +1,4 @@
HandBrake
=========
This Ansible playbook installs HandBrake, a fully featured and flexible video transcoder implimenting the x.264 codec.

16
handbrake/handbrake.yaml Normal file
View File

@ -0,0 +1,16 @@
---
- hosts: $hosts
user: $user
sudo: yes
vars:
app_name: HandBrake
app_name_pretty: HandBrake
app_url: http://handbrake.fr/rotation.php?file=HandBrake-0.9.8-MacOSX.6_GUI_x86_64.dmg
installer_type: app
install_method: dmg
mount_path: /Volumes/HandBrake-0.9.8-MacOSX.6_GUI_x86_64/
vars_files:
- ../setup-vars.yaml
tasks:
- include: ../setup.yaml
- include: ../install/$install_method.yaml

View File

@ -10,9 +10,10 @@
# - include: texts/texts.yaml
# - include: sublime-text/sublime-text.yaml
# - include: sourcetree/sourcetree.yaml
- include: sequel-pro/sequel-pro.yaml
# - include: sequel-pro/sequel-pro.yaml
# - include: alfred/alfred.yaml
- include: google-chrome/google-chrome.yaml
- include: brackets/brackets.yaml
- include: trim-enabler/trim-enabler.yaml
- include: iterm/iterm.yaml
# - include: google-chrome/google-chrome.yaml
# - include: brackets/brackets.yaml
# - include: trim-enabler/trim-enabler.yaml
# - include: iterm/iterm.yaml
- include: handbrake/handbrake.yaml