https://github.com/rolehippie/packwiz
Ansible role to install packwiz minecraft modpack builder
https://github.com/rolehippie/packwiz
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install packwiz minecraft modpack builder
- Host: GitHub
- URL: https://github.com/rolehippie/packwiz
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-05-27T19:48:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-15T08:19:02.000Z (7 months ago)
- Last Synced: 2025-12-18T06:26:08.412Z (7 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# packwiz
[](https://github.com/rolehippie/packwiz)
[](https://github.com/rolehippie/packwiz/actions/workflows/general.yml)
[](https://github.com/rolehippie/packwiz/actions/workflows/docs.yml)
[](https://github.com/rolehippie/packwiz/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/packwiz/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/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](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [packwiz_arch](#packwiz_arch)
- [packwiz_download](#packwiz_download)
- [packwiz_force](#packwiz_force)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### packwiz_arch
Architecture of the static binary
#### Default value
```YAML
packwiz_arch: "{{ 'ARM' if ansible_architecture == 'aarch64' or ansible_architecture
== 'arm64' else 'x86' }}"
```
### packwiz_download
URL to the archive of the release to install
#### Default value
```YAML
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
```YAML
packwiz_force: false
```
## Discovered Tags
**_packwiz_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)