mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-07-17 10:00
This commit is contained in:
parent
9fe337fed4
commit
74db57bd92
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of consul-template to install
|
||||
consul_tpl_version: 0.39.0
|
||||
consul_tpl_version: 0.39.1
|
||||
# URL of the archive
|
||||
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
consul_tpl_archive_sha256: 10e7eba0acc307ab6500e49f75bdb95d8c7273266822e936f78a1c72425e7f4f
|
||||
consul_tpl_archive_sha256: b77c7550defda78c62b036c734e7faceb7f89519dc12406db84f2c3af06bc5fb
|
||||
|
||||
# Root dir where consul-template will be installed
|
||||
consul_tpl_root_dir: /opt/consul_template
|
||||
|
@ -3,8 +3,8 @@
|
||||
# List of plugins to install
|
||||
nomad_plugins:
|
||||
podman:
|
||||
archive_url: https://releases.hashicorp.com/nomad-driver-podman/0.5.2/nomad-driver-podman_0.5.2_linux_amd64.zip
|
||||
sha256: e4fd4c94b429d5fe1f70086522061d0e0a217b81a5920572fbfc196973a6ce61
|
||||
archive_url: https://releases.hashicorp.com/nomad-driver-podman/0.6.1/nomad-driver-podman_0.6.1_linux_amd64.zip
|
||||
sha256: 0279086ea41fa75558dd01d540e6bee5268a88dd43b5e0bc9883ba9c15b4a568
|
||||
containerd:
|
||||
archive_url: https://github.com/Roblox/nomad-driver-containerd/releases/download/v0.9.4/containerd-driver
|
||||
sha256: 337e1bab178071500bfbe46a59946e0e3bafc652906ed1b755d2aa4d35990982
|
||||
|
@ -4,6 +4,7 @@
|
||||
file: path={{ item }} state=absent
|
||||
loop:
|
||||
- "{{ nomad_root_dir }}/archives"
|
||||
- "{{ nomad_root_dir }}/plugins/LICENSE.txt"
|
||||
tags: nomad
|
||||
|
||||
- name: Remove temporary plugin files
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
# Version of Nomad to install
|
||||
nomad_version: 1.8.1
|
||||
nomad_version: 1.8.2
|
||||
# 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: 29f91e539562bd377b9ecb82dd928526e24d0ef2b11537960fbbbb200713dc36
|
||||
nomad_archive_sha256: 75300292073874e4051b9c135009c827b120375d15846427cc4954fc0400d2d6
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user