10 lines
316 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2024-02-21 11:00:50 +01:00
nomad_version: 1.7.5
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-02-21 11:00:50 +01:00
nomad_archive_sha256: da04e002e5b12fba3713de89f5d89d1374184009d32a68b16c8791c3bed6ceb0
2023-07-08 16:00:11 +02:00