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
- Host: GitHub
- URL: https://github.com/peopledoc/ansible-role-oracle-java
- Owner: peopledoc
- Created: 2016-05-03T12:23:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T15:33:07.000Z (over 6 years ago)
- Last Synced: 2025-03-22T20:38:19.511Z (3 months ago)
- Topics: ansible, ansible-role, approved-public, ghec-mig-migrated, tribe-java
- Language: Python
- Size: 2.78 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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-javaInstall 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: changeitJava Cryptography Extension can be installed with the ``install_cryptography_extension`` boolean variable.
Bouncycastle libs can be added with the ``add_bouncycastle`` boolean variable.