10 lines
316 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2024-10-22 12:00:53 +02:00
nomad_version: 1.9.1
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
2024-10-22 12:00:53 +02:00
nomad_archive_sha256: 6a3ad4d9afd8986b48df0cb73a6ac0fb72888b0795c17a1db03f80b832411205
2023-07-08 16:00:11 +02:00