packwiz
packwiz
Ansible role to install packwiz minecraft modpack builder.
Sponsor
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
Install
ansible-galaxy install rolehippie/packwiz
License
apache-2.0
Downloads
15
Owner
Ansible role collection of Webhippie