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

Ansible role for installing install4j on RHEL/CentOS and Debian/Ubuntu servers.

License

Notifications You must be signed in to change notification settings

PeterMylemans/ansible-role-install4j

Repository files navigation

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

About

Ansible role for installing install4j on RHEL/CentOS and Debian/Ubuntu servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages