mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-13 19:14:49 +02:00
10 lines
317 B
YAML
10 lines
317 B
YAML
---
|
|
|
|
# Version of Nomad to install
|
|
nomad_version: 1.10.5
|
|
# 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: 4242244ab1f6887e963d6bb674ac490ee9b270a29aff6f826c51ef3187c77044
|
|
|