jetune.gradle

Ansible Role for Installing Java on Linux

Python License Travis Build Galaxy Role Downloads

This Ansible role helps you install Gradle on Linux operating systems.

Supported Versions

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

Compatible Operating Systems

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

Dependencies

  • jetune.java

How to Use

  1. Install the role by running: ansible-galaxy install jetune.gradle
  2. Add it to your playbook like this:
---
- 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
Installa
ansible-galaxy install jetune.gradle
Licenza
apache-2.0
Download
438
Proprietario