1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-13 08:43:14 +02:00

Update to 2024-06-17 23:00

This commit is contained in:
Daniel Berteaud 2024-06-17 23:00:57 +02:00
parent 8590b558e8
commit 52e2addecb
5 changed files with 9 additions and 9 deletions
roles
cni_plugins/defaults
matrix_element/defaults
matrix_synapse/defaults
metabase/defaults
n8n/defaults

@ -1,11 +1,11 @@
---
# Version of the CNI plugins to install
cni_version: 1.5.0
cni_version: 1.5.1
# Archive where the pre compiled bin archive will be downloaded
cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz
# Expected checksum of the archive
cni_archive_sha256: 57a18478422cb321370e30a5ee6ce026321289cd9c94353ca697dddd7714f1a5
cni_archive_sha256: 77baa2f669980a82255ffa2f2717de823992480271ee778aa51a9c60ae89ff9b
# Where the plugins will be installed (binaries will be extracted in a /bin sub-directory)
cni_root_dir: /opt/cni

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.11.66
element_archive_sha256: 4bab7bf011f650a94f2bc0a6e8f0f0cb7fe59975f3cced1cb270c47419169c37
element_version: 1.11.68
element_archive_sha256: 9c98be714d4a2c458138557fadaf5eb4eb57110db1bf7c9807707f564a0bdbc2
# Where to install element
element_root_dir: /opt/matrix/element

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: '1.107.0'
synapse_version: '1.108.0'
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.49.13
metabase_version: 0.50.5
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha256 of the jar
metabase_jar_sha256: 3d852ab3383fceef3608b9a98f8dec6c467a1f48de728173deeacd19a6b1fa54
metabase_jar_sha256: 51f44436b95deee73ae71b21f66321d82b8f12ca40577230b1d657378e000a73
# When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive
metabase_archive_sha256: f5ac49eff9e08cc39271a6b3436c4f45b835d6a23e3950036ff1909dd0eea200
metabase_archive_sha256: db9b25a67d8efbf8c616320f3fa8a101b8fab82bb9d50400ed04bb7fafd6fda7
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 1.44.1
n8n_version: 1.45.1
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run