Update to 2022-10-19 14:00

This commit is contained in:
Daniel Berteaud 2022-10-19 14:00:10 +02:00
parent fe1e00de11
commit 347d0c8590
15 changed files with 32 additions and 27 deletions

View File

@ -3,10 +3,10 @@
ampache_id: "1"
ampache_manage_upgrade: True
ampache_version: '5.5.2'
ampache_version: '5.5.3'
ampache_config_version: 62
ampache_zip_url: https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all.zip
ampache_zip_sha256: 7cd9327bb8cb3015fd3a360645a720ab60ff7af2a0622cecb027543a1a8132b5
ampache_zip_sha256: 0d6a1f7ffad15b1e14ad29fd07bf41ee92863d18bb66c97121c4d31eb08aed24
ampache_root_dir: /opt/ampache_{{ ampache_id }}

View File

@ -1,8 +1,8 @@
---
# Babashka version to deploy
bb_version: 0.10.163
bb_version: 0.10.164
# URL of the archive
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
# Expected sha256sum of the archive
bb_archive_sha256: 62730ab178ed9e1e9371387e2a62d286c040f47db026caffa72e84d477b75f81
bb_archive_sha256: 1a544ee263cf75571f3bff4ec22430af0a5497047c2e4eae57831c35bef2984e

View File

@ -11,5 +11,5 @@ if [ -d "/etc/backup/post.d" ]; then
fi
done
fi
# Remove the lock
rm -f /var/lock/bkp.lock
# Remove the locks
rm -f /var/lock/bkp.lock /var/lock/pre-bkp.lock

View File

@ -116,6 +116,7 @@
composer: command=install working_dir={{ framadate_root_dir }}/web executable=/bin/php{{ framadate_php_version }}
environment:
php: /bin/php{{ framadate_php_version }}
COMPOSER_ALLOW_SUPERUSER: 1
tags: framadate
- name: Download custom logo

View File

@ -5,12 +5,12 @@
# You can set it to a number or a simple string (no special chars)
kimai_id: 1
# Kimai version to deploy
kimai_version: '1.26.0'
kimai_version: '1.27.0'
# URL of the archive
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
# Expected sha256 of the archive
kimai_archive_sha256: 114bfc7dc3243d1ed79d6984efb0edd89c48a02b7d9ae2547a31589b7fcf1df3
kimai_archive_sha256: dfe422f5fc3c7bcf51e313c36bc2d97d70b98f24e8334cc99a68472f8e52059c
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -47,6 +47,8 @@
command: install
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
- name: Install LDAP auth support
composer:
@ -54,6 +56,8 @@
arguments: laminas/laminas-ldap
working_dir: "{{ kimai_root_dir }}/app"
executable: /bin/php{{ kimai_php_version }}
environment:
COMPOSER_ALLOW_SUPERUSER: 1
tags: kimai

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.44.4
metabase_version: 0.44.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: 72c3286a523138a4e36588b120230bfed16d19cfe25899ccc1ceacf5ca4729b6
metabase_jar_sha256: 6051543d61551eb1e963f413d08949bf93c6b66b3a46e1395a9d7b090346fc0c
# 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: 04cfcb451d79fda049ec08f91925b59ba4f40b8c59ad9c1a93271df985d97d03
metabase_archive_sha256: 20f675956b57f7c8ba054e7401bf42c569317ac2555c3c2e9638ddf9ef030967
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version to install
miniflux_version: 2.0.38
miniflux_version: 2.0.39
# URL of the binary to install
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
# Expected sha256 of the binary
miniflux_bin_sha256: 310501e1fabd103607bda145874e7052271fe2028f628bbddefb3af86798b46f
miniflux_bin_sha256: 09680f2c24869a52c7aedf958598a8cd16d2b4a6428205b0038e54748882598a
# Should ansible handle upgrades ? If false, only initial install will be done
miniflux_manage_upgrade: True

View File

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.195.5
n8n_version: 0.197.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 to deploy
nd_version: 0.47.5
nd_version: 0.48.0
# URL of the archive
nd_archive_url: https://github.com/navidrome/navidrome/releases/download/v{{ nd_version }}/navidrome_{{ nd_version }}_Linux_x86_64.tar.gz
# Expected sha1 of the archive
nd_archive_sha1: bbfe114bfb0c71f7d09821c194e3f57b8e93b710
nd_archive_sha256: e8d98fb6ce73ac0878ec404b430f2a5b1589515a569072089a4cf6b419bc5f90
# Should ansible handle upgrades, or only initial install ?
nd_manage_upgrade: True

View File

@ -12,7 +12,7 @@
get_url:
url: "{{ nd_archive_url }}"
dest: "{{ nd_root_dir }}/tmp/"
checksum: sha1:{{ nd_archive_sha1 }}
checksum: sha256:{{ nd_archive_sha256 }}
- name: Extract navidrome
unarchive:

View File

@ -1,7 +1,7 @@
---
# Penpot version to deploy
penpot_version: 1.15.4-beta
penpot_version: 1.16.0-beta
# SHould ansible manage upgrades. If False, only the initial install will be done
penpot_manage_upgrade: True
@ -10,7 +10,7 @@ penpot_root_dir: /opt/penpot
# URL of the archive
penpot_archive_url: https://github.com/penpot/penpot/archive/refs/tags/{{ penpot_version }}.tar.gz
# Expected sha256 of the archive
penpot_archive_sha256: 1c1558ffc6d23d86f1cc939037738ae89681f9a71f16d991ffcff5ddf38b22b4
penpot_archive_sha256: b982dc6f43efae98f0854fbb0bf44dd709f2ed5272742be7c861008f129a68dd
# User under which penpot will run. Will be created
penpot_user: penpot

View File

@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.3.5
sftpgo_version: 2.3.6
# URL of the archive
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
# Expected sha1 of the archive
sftpgo_archive_sha256: 6d80910fcf70d6f1fbcf1ef87a37ada3a7dbdd2b522736eb6e9248eeadbd19ad
sftpgo_archive_sha256: 19a8df7194711c9fc1a5e5e7bbeed28781ea8204c8bdc941653ac7169846a746
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version of Vault to install
vault_version: 1.11.4
vault_version: 1.12.0
# URL of the archive
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
# Expected sha256 of the archive
vault_archive_sha256: 8764a55bdd69faedaaf5d50325d5e6806041e6305b1e66454b46dc6426d26556
vault_archive_sha256: 56d140b34bec780cd458672e39b3bb0ea9e4b7e4fb9ea7e15de31e1562130d7a
# Root dir where Nomad will be installed
vault_root_dir: /opt/vault

View File

@ -1,12 +1,12 @@
---
vaultwarden_version: 1.25.2
vaultwarden_version: 1.26.0
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
vaultwarden_archive_sha256: f4afc2d8aa7aa59dd1ae16497b6a7f9b412ff426a24868e3081054e611d4824d
vaultwarden_archive_sha256: 0b9f241cf0e0ba0bf49e5e45aaec4350d7e816e98340d2756b76fa376775592d
vaultwarden_web_version: 2022.6.2
vaultwarden_web_version: 2022.10.0
vaultwarden_web_archive_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz
vaultwarden_web_archive_sha256: 206fde0814d46bb78a79a7a5ab10963beaeb5c952e05a9e1b18c2495fb7174e1
vaultwarden_web_archive_sha256: 49fd589ce8a48d99a5a1342f76b147fd401ebd0a8a40490d36b091521bcd65f0
vaultwarden_root_dir: /opt/vaultwarden
vaultwarden_user: vaultwarden