mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-18 10:36:51 +02:00
10 lines
317 B
YAML
10 lines
317 B
YAML
---
|
|
|
|
# Version of Nomad to install
|
|
nomad_version: 1.10.3
|
|
# 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
|
|
nomad_archive_sha256: a161b8d59b42555d97d37f7a75c122831be485e89dfb97d16d6b60cfaec8d88b
|
|
|