GitXplorerGitXplorer
d

ansible-role-buck

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
ae5b8586e2f036d0f0e019cca8e7ccce864f3a83

Update role to only run upon initialization

KKevinMFong committed 8 years ago
Unverified
4205a73a0556f3f735dce6d48e9a78d29427c304

Fix example of installing with specified revision

ddpursehouse committed 9 years ago
Unverified
8fa28b283bd4bf1f2f7f1cebb5da59c72dcf2c6a

Don't install buck as root

ddpursehouse committed 9 years ago
Unverified
54a06a5c3371064ae29221eff420b6f250f724ed

Fix build

ddpursehouse committed 9 years ago
Unverified
c4de2ea00b76a8737df6c221a0cf7841b355402f

Fix defaults

ddpursehouse committed 9 years ago
Unverified
ae05b097cefc5a9d38f774572497d4e041acfcc1

Initial implementation

ddpursehouse committed 9 years ago

README

The README file for this repository.

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