Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.48 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.48 KB

Install4j

Installs install4j on RHEL/CentOS and Debian/Ubuntu servers.

CI Version galaxy downloads galaxy score

Typically, this is used in build servers that need to generate installers.

Requirements

The IDE and the compiler of install4j require at least a 1.8 JRE to run.

You can combine this role with e.g. geerlingguy.java.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

install4j_version: 9.0.3

The version of install4j to install. This defaults to the latest released version.

install4j_timestamp_server_url: http://timestamp.digicert.com

The url of the timestamp server that is used for code signing.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - petermylemans.install4j

License

Apache 2.0