gradle

Ansible Linux based Java role

Python Licence Travis Build Galaxy Role Downloads

Ansible role used to install Gradle on Linux based Operating System.

Supported Version

  • Apache Gradle 3.x/4.x/5.x

Supported OS

  • CentOS 6/7
  • RedHat 6/7
  • Ubuntu Trusty/Xenial/Bionic
  • Debian Jessie/Strech

Depend On

  • jetune.java

Usage

  • Install Role ansible-galaxy install jetune.gradle
  • use in your playbook
---
- hosts: all

  roles:
   - role: jetune.java
     vars:
      from_repo: false
      implementation: OPENJDK
      v_major: 11
      v_minor: 0.1
      build: 13
      os: linux
      arch: x64
      checksum: sha256:7a6bb980b9c91c478421f865087ad2d69086a0583aeeb9e69204785e8e97dcfd
      alternative_priority: 300
      is_default: true

   - role: jetune.gradle
     vars:
      v_major: 5
      v_minor: 5.1
      is_default: true

Install
ansible-galaxy install kube-cloud/ansible-role-gradle
GitHub repository
License
apache-2.0
Downloads
426
Owner