Update to 2023-06-13 11:00

This commit is contained in:
Daniel Berteaud 2023-06-13 11:00:10 +02:00
parent 1057cefcfd
commit 4f4bacba12
5 changed files with 8 additions and 10 deletions

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 21.3.3
diagrams_version: 21.3.7
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha256 of the WAR file
diagrams_war_sha256: 2da32083a6f2437745c8fd09c6d95df5ed8ebbdd113d4747a27278a1fe9d4e26
diagrams_war_sha256: 65a450b875311111e84089855d94ba2d3e785146766b7f7bb9fa791ea83ec9a9
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -7,8 +7,6 @@ docker_base_conf:
data-root: /opt/docker
log-driver: journald
storage-driver: overlay2
storage-opts:
- 'overlay2.override_kernel_check=true'
docker_extra_conf: {}
# docker_extra_conf:
# log-opts:

View File

@ -1,7 +1,7 @@
---
# Penpot version to deploy
penpot_version: 1.18.1
penpot_version: 1.18.4
# 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: 85d340b136f54013e857af0a00d70c6049ae48b9122677fd08f37f297cf418b8
penpot_archive_sha256: b90317f982c149a7b3eed30bf9b87940c0d0c813901c21358929b24288c07e99
# User under which penpot will run. Will be created
penpot_user: penpot

View File

@ -3,11 +3,11 @@
# Where unifi will be installed
unifi_root_dir: /opt/unifi
# Version to deploy
unifi_version: 7.3.83
unifi_version: 7.4.156
# 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: 8bde8a9d979acfb9ffdf030212164e97738332d7f0c4da350e4cc06956324f2e
unifi_archive_sha256: 5f108afc95a4263e3fc393b884ac498cf2fa7782591fa0447263180ce5bd506d
# Should ansible handle upgrades (if False, only initial install will be done)
unifi_manage_upgrade: True
# List of ports used by UniFi controler

View File

@ -4,9 +4,9 @@ vaultwarden_version: 1.28.1
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
vaultwarden_archive_sha256: d6991cba20d8aaf7559eb4b8a7d82b68476c12d4913142490839addc2562d12a
vaultwarden_web_version: 2023.4.2
vaultwarden_web_version: 2023.5.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: 82768c9f04c0776e60960b5f537cf5a15c1fb5861b0a1b6ac77aba9475a3292e
vaultwarden_web_archive_sha256: 7c272ff02d0a635f19348b8a991c7990c1866e3df61eeaf978f97e6ff91f5cb4
vaultwarden_root_dir: /opt/vaultwarden
vaultwarden_user: vaultwarden