10 lines
316 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2024-05-30 15:01:03 +02:00
nomad_version: 1.8.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
2024-05-30 15:01:03 +02:00
nomad_archive_sha256: 07a3578b3a928f048d612ccbfe53fd7c2dd81bd34ddcea3954cfa39f311a47f2
2023-07-08 16:00:11 +02:00