JVM installation
THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.
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.
- Tests, tests, tests
- CentOS7 support
- Tests for user-based install