packwiz

packwiz

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install packwiz minecraft modpack builder.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

packwiz_arch

Architecture of the static binary

Default value

packwiz_arch: "{{ 'ARM' if ansible_architecture == 'aarch64' else 'x86' }}"

packwiz_download

URL to the archive of the release to install

Default value

packwiz_download: https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20{{
  packwiz_arch }}.zip

packwiz_force

Force reinstallation of binary

Default value

packwiz_force: false

Discovered Tags

packwiz

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install packwiz minecraft modpack builder

Install
ansible-galaxy install rolehippie/packwiz
GitHub repository
License
apache-2.0
Downloads
12
Owner
Ansible role collection of Webhippie