Giter VIP home page Giter VIP logo

ansible-galaxy-github_release's Introduction

bviktor.github_release

Synopsys

This role lets you find the asset URLs of the releases of GitHub projects.

Parameters

Name Required Example Description
owner yes SteamRE GitHub repo owner.
repo yes DepotDownloader GitHub repo name.
prefix yes depotdownloader- Pattern the asset filename must start with.
suffix yes .zip Pattern the asset filename must end with.
tag no v2.7.1 GitHub release tag. If omitted, latest is used.
ratelimit no false If false, don't check if GitHub rate limit is reached, and don't wait for it to reset. The request will most likely fail.

Examples

- include_role:
    name: bviktor.github_release
  vars:
    owner: 'SteamRE'
    repo: 'DepotDownloader'
    prefix: 'depotdownloader-'
    suffix: '.zip'

- include_role:
    name: bviktor.github_release
  vars:
    owner: 'wp-cli'
    repo: 'wp-cli'
    tag: 'v2.7.1'
    prefix: 'wp-cli-'
    suffix: '.phar'
    ratelimit: false

Return Values

Key Type Example Description
github_release.url string https://github.com/wp-cli/wp-cli/releases/download/v2.7.1/wp-cli-2.7.1.phar Download URL for the matching asset.

Support

Platform Support Status
Linter Lint
AlmaLinux 8 AlmaLinux 8
AlmaLinux 9 AlmaLinux 9
Fedora 37 Fedora 37
Ubuntu 18.04 Ubuntu 18.04
Ubuntu 20.04 Ubuntu 20.04
Ubuntu 22.04 Ubuntu 22.04

ansible-galaxy-github_release's People

Contributors

bviktor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.