ansible_role_buck

buck

Installs Buck

Requirements

This role requires Ansible 1.4 or higher.

Role Variables

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

Example Playbook

Install Buck

- hosts: all
  roles:
    - { role: dpursehouse.buck }

Install Buck specifying version

- hosts: all
  roles:
    - { role: dpursehouse.buck, buck_revision: ba9f239f69287a553ca93af76a27484d83693563 }

License

MIT

Author Information

David Pursehouse

About

Installs Buck

Install
ansible-galaxy install kirklatslalom/ansible-role-buck
GitHub repository
License
mit
Downloads
8