jetune.groovy

Ansible-Rolle für Groovy auf Linux

Python Lizenz Travis Build Galaxy Rolle Downloads

Ansible-Rolle zum Installieren von Groovy auf Linux-basierten Betriebssystemen.

Unterstützte Versionen

  • Apache Groovy 2.x/3.x

Unterstützte Betriebssysteme

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

Abhängigkeiten

  • jetune.java

Verwendung

  • Rolle installieren ansible-galaxy install jetune.groovy
  • In deinem Playbook verwenden
---
- 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"
  • Du kannst mehr als eine Groovy-Version installieren.
Installieren
ansible-galaxy install jetune.groovy
GitHub Repository
Lizenz
apache-2.0
Downloads
688
Besitzer