10 lines
316 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2023-09-14 17:00:20 +02:00
nomad_version: 1.6.2
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
2023-09-14 17:00:20 +02:00
nomad_archive_sha256: f6f879a359a667a6b1ca4366abd8383d89118dabd0d28af5bbc4721685ff17b8
2023-07-08 16:00:11 +02:00