Update to 2023-03-15 13:00

This commit is contained in:
Daniel Berteaud 2023-03-15 13:00:10 +01:00
parent 3b54686dc2
commit e930dce415
5 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
---
# Version of linstor-gateway to install
lingw_version: 1.1.1
lingw_version: 1.2.0
# URL where linstor-gateway will be downloaded
lingw_bin_url: https://github.com/LINBIT/linstor-gateway/releases/download/v{{ lingw_version }}/linstor-gateway-linux-amd64
# Expected sha256 of the binary
lingw_bin_sha256: 8bd465eef58e12139fb25b5274dea0f21226dffe0993eb18f745ef890d28ebdd
lingw_bin_sha256: b843b5307c931c27072e738b568d1df9cd73e4ce3c02b2b13b3d859fe193d18d
# List of Linstor controllers
lingw_controllers: ['http://localhost:3370']

View File

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

View File

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

View File

@ -1,11 +1,11 @@
---
# Version of Nomad to install
nomad_version: 1.5.0
nomad_version: 1.5.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: 3f629ca10452f755580d238f95c0844d7ee9d9c3715f54fb4403fc85b219b720
nomad_archive_sha256: da4b976dfcab27d16fc03e95719685d4ce603b13a3e5ba692df7c434024dc294
# List of plugins to install
nomad_plugins:

View File

@ -29,5 +29,5 @@
tags: penpot
- name: Build flag list
set_fact: penpot_flags={{ [ penpot_allow_user_registration | ternary('enable', 'disable') ~ '-registration', penpot_ldap_auth | ternary('enable', 'disable') ~ '-login-with-ldap', penpot_oidc_auth | ternary('enable','disable') ~ '-login-with-oidc' ] }}
set_fact: penpot_flags={{ [ penpot_allow_user_registration | ternary('enable', 'disable') ~ '-registration', penpot_ldap_auth | ternary('enable', 'disable') ~ '-login-with-ldap', penpot_oidc_auth | ternary('enable','disable') ~ '-login-with-oidc', 'enable-smtp' ] }}
tags: penpot