peopledoc.oracle-java
.. image:: https://travis-ci.org/peopledoc/ansible-role-oracle-java.svg?branch=master :target: https://travis-ci.org/peopledoc/ansible-role-oracle-java
Install the Oracle Java role for Ansible.
Tests
You can run tests using:
$ molecule --debug test --driver-name docker
The required dependencies are the Python packages ansible
, molecule
, and docker-py
.
Role Variables
You can add CA certificates to the Java keystore using the following variables::
ca-certificates: certificates: - alias: cert path: /usr/local/share/ca-certificates/cert.crt - url: google.com password: changeit
You can install the Java Cryptography Extension with the install_cryptography_extension
boolean variable.
You can add Bouncy Castle libraries using the add_bouncycastle
boolean variable.