groovy
Ansible Linux based Groovy role
Ansible role used to install Groovy on Linux based Operating System.
Supported Version
- Apache Groovy 2.x/3.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.groovy
- 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: ansible-role-groovy
vars:
groovy_version: "3.0.2"
groovy_is_default: true
groovy_sdk: true
groovy_user: "root"
groovy_group: "root"
groovy_install_parent_dir: "/opt/groovy/"
groovy_extras_lib: "/var/lib/groovy"
- You can install more than one Groovy version
About
Groovy installation ansible role
Install
ansible-galaxy install kube-cloud/ansible-role-groovy
License
apache-2.0
Downloads
679
Owner