jetune.groovy

Ansible Role for Installing Groovy on Linux

Python License Travis Build Galaxy Role Downloads

This Ansible role helps you install Groovy on Linux-based systems.

Supported Versions

  • Apache Groovy 2.x/3.x

Supported 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:

    ansible-galaxy install jetune.groovy 
    
  2. Add it to 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 version of Groovy.
Installa
ansible-galaxy install jetune.groovy
Licenza
apache-2.0
Download
688
Proprietario