mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2024-05-30 15:01
This commit is contained in:
parent
4b55745942
commit
44bf69b8c9
@ -10,6 +10,7 @@ ConditionFileNotEmpty={{ nomad_root_dir }}/etc/nomad.hcl
|
||||
|
||||
# Nomad version {{ nomad_current_version }}
|
||||
[Service]
|
||||
Type=notify
|
||||
EnvironmentFile=-{{ nomad_root_dir }}/etc/nomad.env
|
||||
EnvironmentFile=-/run/nomad/vault.env
|
||||
EnvironmentFile=-/run/nomad/consul.env
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
# Version of Nomad to install
|
||||
nomad_version: 1.7.6
|
||||
nomad_version: 1.8.0
|
||||
# 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
|
||||
nomad_archive_sha256: 07a3578b3a928f048d612ccbfe53fd7c2dd81bd34ddcea3954cfa39f311a47f2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user