Update to 2023-02-22 16:00

This commit is contained in:
Daniel Berteaud 2023-02-22 16:00:16 +01:00
parent 944245060a
commit fdaea24311
8 changed files with 17 additions and 14 deletions

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.18.3
gitea_version: 1.18.5
# 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: 57e3595a4c8b228b8a9b5c9c270314dff296acfea6362accbb7d9b69c50e69de
gitea_bin_sha256: 4766ad9310bd39d50676f8199563292ae0bab3a1922b461ece0feb4611e867f2
# 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

@ -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.30.8'
kimai_version: '1.30.10'
# 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: ac38985618e72111d3f5ec1f62eb143dff2865fb1c2871e1e1c7ae8019081260
kimai_archive_sha256: 9299fe7cf1378a66e2fa6ae5a809529d457dd8a5b3f5caba0759fef3a07247a0
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.11.21
element_archive_sha256: 996571e2a7b37ef7044926f672b134b23c7cb5d6a6e4aefb1ad62c61e29b9538
element_version: 1.11.23
element_archive_sha256: d8b6e81531e975e9f581fd582f679b1052b432336fd5e4ffb702502e71d0a24d
# Where to install element
element_root_dir: /opt/matrix/element

View File

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

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.45.2.1
metabase_version: 0.45.3
# 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: 9bcf757d6a58d16d74d0c17262d88be9f7193eb116df871da3eeb5763edc26f3
metabase_jar_sha256: b7eedcba1bf1bf8843f66608aa976ec206353fb13ad8acb10471f9fe35d56968
# 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: 1357bdfd38a6eebfb01677e39c98d8d71f073a0eff4752ae8381a0bad2ba5b32
metabase_archive_sha256: 7f2a608f78a1bf11301943637c1e8cda888b673a3d10d2c927b4d453c165e746
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

View File

@ -3,9 +3,10 @@
yum_repository:
name: grafana
description: Grafana
baseurl: https://packages.grafana.com/oss/rpm
baseurl: https://rpm.grafana.com
gpgcheck: True
repo_gpgcheck: True
gpgkey: https://packages.grafana.com/gpg.key
gpgkey: https://rpm.grafana.com/gpg.key
exclude: grafana-enterprise
tags: repo,grafana

View File

@ -62,6 +62,7 @@ packages.cloud.google.com
# Grafana repo
grafanarel.s3.amazonaws.com
packages.grafana.com
rpm.grafana.com
grafana.com
# Lemonldap::NG repo
@ -207,6 +208,7 @@ samba.tranquil.it
# Gitea
dl.gitea.io
storage.gitea.io
dl.gitea.com
# MongoDB
repo.mongodb.org

View File

@ -3,11 +3,11 @@
# Where unifi will be installed
unifi_root_dir: /opt/unifi
# Version to deploy
unifi_version: 7.3.76
unifi_version: 7.3.83
# URL to get the installation tarball
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
# Expected sha256
unifi_archive_sha256: e4f62606a6eba055c0ab16735cc3b7002f2e7913cac64fe0a1469c76b26d9067
unifi_archive_sha256: 8bde8a9d979acfb9ffdf030212164e97738332d7f0c4da350e4cc06956324f2e
# Should ansible handle upgrades (if False, only initial install will be done)
unifi_manage_upgrade: True
# List of ports used by UniFi controler