Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-git-lfs-bitbucket-media-api
Ansible role to set up (the latest or a specific version of) Git LFS Custom Adapter for Bitbucket in Debian-like systems
https://github.com/oefenweb/ansible-git-lfs-bitbucket-media-api
ansible bitbucket debian git git-lfs ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up (the latest or a specific version of) Git LFS Custom Adapter for Bitbucket in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-git-lfs-bitbucket-media-api
- Owner: Oefenweb
- License: mit
- Created: 2019-03-15T08:23:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:03:27.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:36:58.362Z (about 1 year ago)
- Topics: ansible, bitbucket, debian, git, git-lfs, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## git-lfs-bitbucket-media-api
[![CI](https://github.com/Oefenweb/ansible-git-lfs-bitbucket-media-api/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-git-lfs-bitbucket-media-api/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-git--lfs--bitbucket--media--api-blue.svg)](https://galaxy.ansible.com/Oefenweb/git_lfs_bitbucket_media_api)Set up (the latest or a specific version of) [Git LFS Custom Adapter for Bitbucket](https://confluence.atlassian.com/bitbucket/bitbucket-lfs-media-adapter-856699998.html) in Debian-like systems.
#### Requirements
* `curl` (will be installed)
* `unzip` (will be installed)
* `git` (will be installed)#### Variables
None
## Dependencies
None
## Recommended
* `ansible-latest-git` ([see](https://github.com/Oefenweb/ansible-latest-git))
* `ansible-git-lfs` ([see](https://github.com/Oefenweb/ansible-git-lfs))#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.git-lfs-bitbucket-media-api
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-git-lfs-bitbucket-media-api/issues)!