Added HandBrake playbook and README.
This commit is contained in:
parent
12fca5cc17
commit
ed48ab54b7
4
handbrake/README.md
Normal file
4
handbrake/README.md
Normal 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
16
handbrake/handbrake.yaml
Normal 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
|
||||||
@ -10,9 +10,10 @@
|
|||||||
# - include: texts/texts.yaml
|
# - include: texts/texts.yaml
|
||||||
# - include: sublime-text/sublime-text.yaml
|
# - include: sublime-text/sublime-text.yaml
|
||||||
# - include: sourcetree/sourcetree.yaml
|
# - include: sourcetree/sourcetree.yaml
|
||||||
- include: sequel-pro/sequel-pro.yaml
|
# - include: sequel-pro/sequel-pro.yaml
|
||||||
# - include: alfred/alfred.yaml
|
# - include: alfred/alfred.yaml
|
||||||
- include: google-chrome/google-chrome.yaml
|
# - include: google-chrome/google-chrome.yaml
|
||||||
- include: brackets/brackets.yaml
|
# - include: brackets/brackets.yaml
|
||||||
- include: trim-enabler/trim-enabler.yaml
|
# - include: trim-enabler/trim-enabler.yaml
|
||||||
- include: iterm/iterm.yaml
|
# - include: iterm/iterm.yaml
|
||||||
|
- include: handbrake/handbrake.yaml
|
||||||
Loading…
x
Reference in New Issue
Block a user