mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
10 lines
316 B
YAML
10 lines
316 B
YAML
---
|
|
|
|
# Version of Nomad to install
|
|
nomad_version: 1.9.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: 290ab1f7fdab2b7197a05eaea4a962d8f2966f7736c957c4c2a8f0196d2bcdb2
|
|
|