jeqo.java

Java Role for Installation and Configuration

This role is used to install and set up Java from different providers (Oracle, OpenJDK, Azul) on Linux distributions like EL and Ubuntu.

Requirements

  • None.

Role Variables

These variables determine how the role works:

  • java_provider: openjdk (Possible options: azul, oracle)
  • java_version: 8 (Possible options: 7, 8)
  • java_type: jdk (Possible options: jre - not supported with Azul provider, jdk)

Dependencies

  • None.

Example Playbook

Check the tests directory for an example:

- hosts: test01
  roles:
    - role: java
      java_provider: openjdk
      java_version: 8
      java_type: jdk

License

  • MIT

Author Information

Informazioni sul progetto

java role to install and configure java from different providers (oracle, openjdk, azul) in linux distributions (el and ubuntu).

Installa
ansible-galaxy install jeqo.java
Licenza
mit
Download
106