capitanh.oraclejdk-ansible-role

JDK 8 Ansible Playbook

This role downloads and installs Oracle JDK 8

Requirements

None

Role Variables

This role requires the following variables to be defined elsewhere in the playbook that uses it:

  - jdk_basedir            # Installation directory

Dependencies

None

Example Playbook

Register the role in requirements.yml:

- src: capitanh.oraclejdk-ansible-role
  name: oraclejdk

Include it in your playbooks:

- hosts: servers
  roles:
    - oraclejdk

License

BSD

About

This role downloads and installs Oracle JDK 8

Install
ansible-galaxy install capitanh.oraclejdk-ansible-role
GitHub repository
License
Unknown
Downloads
423
Owner