mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-06 03:03:19 +02:00
10 lines
317 B
YAML
10 lines
317 B
YAML
---
|
|
|
|
# Version of Nomad to install
|
|
nomad_version: 1.10.1
|
|
# 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: cc1cffd95d81943d0a7f8abe7dc2b025a644512d1af253456267caebc1f38065
|
|
|