10 lines
317 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2025-04-16 15:00:11 +02:00
nomad_version: 1.10.0
2023-07-08 16:00:11 +02:00
# URL of the archive
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
# Expected sha256 of the archive
2025-04-16 15:00:11 +02:00
nomad_archive_sha256: d0936673cfa026b87744d60ad21ba85db70fe792b0685bfce95ac06a98d30b9d
2023-07-08 16:00:11 +02:00