Skip to content

isabella232/ansible-role-openjdk11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: OpenJDK11

Description

Ansible role that will install, configure and runs OpenJDK 11 on linux

Table of Contents

Supported Platforms

* Debian
* Ubuntu
* Redhat(CentOS/Fedora)
* Amazon

Dependencies

  • linux

Role Variables:

n/a

Example Playbook

  1. Install via github
ansible-galaxy install git+https://github.com/pegasyseng/ansible-role-openjdk11.git

Create a requirements.yml with the following:

---
- hosts: localhost
  connection: local
  force_handlers: True

  roles:
  - role: ansible-role-openjdk11

Run with ansible-playbook:

ansible-playbook -v /path/to/requirements.yml

License

Apache

Author Information

PegaSysEng, 2019

About

ansible-role-openjdk11

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published