https://github.com/webarchitect609/ansible-role-oracle-java
Installs Oracle Java via ppa repository.
https://github.com/webarchitect609/ansible-role-oracle-java
Last synced: 10 months ago
JSON representation
Installs Oracle Java via ppa repository.
- Host: GitHub
- URL: https://github.com/webarchitect609/ansible-role-oracle-java
- Owner: webarchitect609
- Created: 2019-04-14T16:44:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T10:43:44.000Z (over 6 years ago)
- Last Synced: 2023-03-01T17:11:50.208Z (over 3 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Role: Oracle Java
=========
[](https://travis-ci.org/webarchitect609/ansible-role-oracle-java)
Installs Oracle Java via ppa repository.
Requirements
------------
None.
Role Variables
--------------
None of variables is needed to be altered for install Oracle Java 13 from [Linux Uprising PPA](https://launchpad.net/~linuxuprising/+archive/ubuntu/java).
But all available variables are listed below, along with default values (see `defaults/main.yml`):
java_package: "oracle-java13-installer"
Package to install Java.
java_set_default_package: "oracle-java13-set-default"
Package to set this version of Java used by default.
java_set_default: true
Whether to set this version of Java to be used by default.
java_repo: "ppa:linuxuprising/java"
PPA for Ubuntu and Linux Mint.
java_deb_source: "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main"
java_key_server: "hkp://keyserver.ubuntu.com:80"
java_key: "73C3DB2A"
Same parameters for Debian.
Dependencies
------------
None.
Example Playbook
----------------
- hosts: servers
roles:
- { role: webarchitect609.oracle_java }
License
-------
MIT
Author Information
------------------
This role was created in 2019 by Gripinskiy Sergey.