gradle
Ansible Role - Gradle
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
Author Information
This role was created by Matt Ladany.
Install
ansible-galaxy install mattladany/ansible-role-gradle
License
mit
Downloads
33
Owner