Installs Buck
This role requires Ansible 1.4 or higher.
Name | Default | Description |
---|---|---|
buck_repository_url | https://github.com/facebook/buck | URL of buck git repository |
buck_installation_dir | ~/buck | Source installation directory |
buck_revision | master | Revision of buck to check out |
buck_bin_dir | ~/bin | Directory in which to symlink the binaries |
Install Buck
- hosts: all
roles:
- { role: dpursehouse.buck }
Install Buck specifying version
- hosts: all
roles:
- { role: dpursehouse.buck, buck_revision: ba9f239f69287a553ca93af76a27484d83693563 }
MIT
David Pursehouse