ansible-roles/roles/nomad_bin/defaults/main.yml

10 lines
316 B
YAML
Raw Normal View History

2023-07-08 16:00:11 +02:00
---
# Version of Nomad to install
2023-12-12 14:00:32 +01:00
nomad_version: 1.7.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
2023-12-12 14:00:32 +01:00
nomad_archive_sha256: c58ca66ad3d6f7bbdaef8895deb47ac591187fa101b7eb9be6d3815fcfcea364
2023-07-08 16:00:11 +02:00