Skip to content
This repository has been archived by the owner on Apr 22, 2018. It is now read-only.
/ ansible-java Public archive

JVM installation

License

Notifications You must be signed in to change notification settings

SoInteractive/ansible-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java logo

Ansible Role: java

Build Status License Ansible Role GitHub tag Twitter URL

JVM installation

⚠️ IMPORTANT NOTICE

THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.

Example usage

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - SoInteractive.java

Role can be also run as unprivileged user without ability to use yum or apt

- hosts: all
  roles:
    - SoInteractive.java
  vars:
    java_user_install: true

Have a look at the defaults/main.yml for role variables that can be overridden.

TODO

  • Tests, tests, tests
  • CentOS7 support
  • Tests for user-based install