An open API service indexing awesome lists of open source software.

https://github.com/peopledoc/ansible-role-oracle-java

Install oracle java
https://github.com/peopledoc/ansible-role-oracle-java

ansible ansible-role approved-public ghec-mig-migrated tribe-java

Last synced: 2 months ago
JSON representation

Install oracle java

Awesome Lists containing this project

README

        

.. image:: https://travis-ci.org/peopledoc/ansible-role-oracle-java.svg?branch=master
:target: https://travis-ci.org/peopledoc/ansible-role-oracle-java

Install oracle-java role for ansible.

## Tests

Tests can be executed using:

```
$ molecule --debug test --driver-name docker
```

The dependencies are `ansible`, `molecule` and `docker-py` Python packages.

Role Variables
--------------

CA certificates can be added to the java keystore with the following variables::

ca-certificates:
certificates:
- alias: cert
path: /usr/local/share/ca-certificates/cert.crt
- url: google.com
password: changeit

Java Cryptography Extension can be installed with the ``install_cryptography_extension`` boolean variable.

Bouncycastle libs can be added with the ``add_bouncycastle`` boolean variable.