Skip to content

isabella232/ansible-role-openjdk-jre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openjdk-jre

Build Status

Install openjdk-jre package.

Requirements

This role requires Ansible 1.4 or higher, and platform requirements are listed in the metadata file.

Testing

This role has two test methods :

  • localy with Vagrant : vagrant up

  • automaticaly by Travis

Vagrant should be used to check the role before push changes to Github.

Role Variables

Follow the possible variables with their default values

# Package variables
#------------------
openjdk_jre_package_state  : present

openjdk_jre_version : 7

Specific OS family vars :

# Debian
openjdk_jre_packages :
  - "openjdk-{{ openjdk_jre_version }}-jre"

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - { role: infOpen.openjdk-jre }

License

MIT

Author Information

Alexandre Chaussier (for Infopen company)

About

The Ansible Openjdk JRE role used by Infopen company

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published