mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
10 lines
316 B
YAML
10 lines
316 B
YAML
---
|
|
|
|
# Version of Nomad to install
|
|
nomad_version: 1.7.6
|
|
# 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: 82a438a144066a8f42ceea8548da754c0bd96b5b528cd337a5dc09017afddb56
|
|
|