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
为 Ansible 安装 oracle-java 角色。
测试
可以使用以下命令执行测试:
$ molecule --debug test --driver-name docker
依赖项包括 ansible
、molecule
和 docker-py
Python 软件包。
角色变量
可以使用以下变量将 CA 证书添加到 Java 密钥库:
ca-certificates:
certificates:
- alias: cert
path: /usr/local/share/ca-certificates/cert.crt
- url: google.com
password: changeit
可以通过布尔变量 install_cryptography_extension
安装 Java 加密扩展。
可以通过布尔变量 add_bouncycastle
添加 Bouncycastle 库。