gradle

Ansible Role - Gradle

CI License

A very simple ansible role that manually installs gradle on CentOS Linux.

Requirements

  • unzip - will be installed using the OS default package manager.
  • Java - recommended role for Java installation: geerlingguy.java.

Role Variables

Available variables are listed below, along with their default values (see defaults/main.yml):

gradle_version: 6.3.8

Set this to the version of gradle you would like to install. See here for a list of gradle releases.

gradle_install_dir: /opt

Where the gradle zip should be unpacked to.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - geerlingguy.java
    - mattladany.gradle

License

MIT

Author Information

This role was created by Matt Ladany.

About

Download gradle and add its binaries to $PATH

Install
ansible-galaxy install mattladany/ansible-role-gradle
GitHub repository
License
mit
Downloads
30