kuttor / oracle_java

Ansible Role to install Oracle Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oracle_java

Installs desired Oracle Java build to target RedHat-based host.

Requirements

  • Ansible 2.4+
  • RHEL/CentOS 7+

Role Variables

Set the Oracle JDK version, update, and build number

jdk:
  version: 8
  update: 131
  build: 11

Example Playbook

  ---
  - hosts: localhost
    roles:
      - oracle_java

References

Author Information

About

Ansible Role to install Oracle Java


Languages

Language:Python 57.2%Language:Shell 42.8%