https://github.com/walidsa3d/ansible-oracle-java
An Ansible role that installs Oracle Java on Ubuntu.
https://github.com/walidsa3d/ansible-oracle-java
ansible ansible-role java oracle
Last synced: 5 months ago
JSON representation
An Ansible role that installs Oracle Java on Ubuntu.
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-oracle-java
- Owner: walidsa3d
- License: mit
- Created: 2024-07-21T09:45:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:05:34.000Z (almost 2 years ago)
- Last Synced: 2025-08-09T19:41:23.244Z (11 months ago)
- Topics: ansible, ansible-role, java, oracle
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Oracle_Java
An Ansible role that installs Oracle Java on Ubuntu.


Install
------------
```
ansible-galaxy role install walidsa3d.oracle_java
```
Requirements
------------
None.
Role Variables
------------
Available variables are listed below, along with default values:
```yaml
java_version: 21
```
Example Playbook
------------
To use this role, create a playbook as follows:
```yaml
---
- hosts: all
become: yes
roles:
- role: walidsa3d.oracle_java
```
# License
MIT