Update to 2025-02-19 14:00

This commit is contained in:
Daniel Berteaud 2025-02-19 14:00:57 +01:00
parent 5986cfda04
commit 9e300e1ff2
5 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
---
# Version of consul to deploy
consul_version: 1.20.2
consul_version: 1.20.3
# URL from where the consul archive will be downloaded
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
# Expected sha256 of the archive
consul_archive_sha256: 1bf7ddf332f02e6e36082b0fdf6c3e8ce12a391e7ec7dafd3237bb12766a7fd5
consul_archive_sha256: 23f55df756d6fd9dbf11973738468183599b66e737bf50cd7d1f29ed92a79776

View File

@ -1,11 +1,11 @@
---
# Version of consul-template to install
consul_tpl_version: 0.39.1
consul_tpl_version: 0.40.0
# 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: b77c7550defda78c62b036c734e7faceb7f89519dc12406db84f2c3af06bc5fb
consul_tpl_archive_sha256: f73cb36988b9aaccb0ac918df26c854ccd199e60c0df011357405672f3d934bc
# Root dir where consul-template will be installed
consul_tpl_root_dir: /opt/consul_template

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: '1.23.1'
gitea_version: '1.23.4'
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: a7e27789a3705c06913649d84d279b076026036aa6724eb133644533050d7149
gitea_bin_sha256: 51c25be0bfc3dab25f7e16e736d0a8e15b8c6c571e69139ee487993956caf8bf
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

View File

@ -4,7 +4,7 @@ Description=Seafile virtual drive
[Service]
Type=simple
ExecStart=/usr/bin/seadrive -c /etc/seadrive/{{ item.id }}.conf -d {{ item.data_dir | default('/var/cache/seadrive/' + item.id) }} -o {{ item.fuse_opts | default(['allow_other']) | join(',') }} -f -l - {{ item.drive_dir }}
ExecStopPost=/bin/fusermount -uz {{ item.drive_dir }}
ExecStopPost=!/bin/fusermount -uz {{ item.drive_dir }}
RestartSec=5
User={{ item.user | default('root') }}
MemoryLimit=1024M

View File

@ -294,6 +294,7 @@ pkg-containers.githubusercontent.com
registry.k8s.io
europe-west9-docker.pkg.dev
prod-registry-k8s-io-eu-west-1.s3.dualstack.eu-west-1.amazonaws.com
docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com
# Artifactory (jfrog)
docker.bintray.io