Update to 2021-12-18 13:00

This commit is contained in:
Daniel Berteaud 2021-12-18 13:00:22 +01:00
parent 3f14d5c2df
commit 121f3646b7
5 changed files with 10 additions and 10 deletions

View File

@ -3,10 +3,10 @@
ampache_id: "1"
ampache_manage_upgrade: True
ampache_version: '5.1.1'
ampache_config_version: 58
ampache_version: '5.2.0'
ampache_config_version: 59
ampache_zip_url: https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all.zip
ampache_zip_sha1: a5347181297ab188fe95b3875f75b7838d581974
ampache_zip_sha1: 358cb6d3cc700a44f9e6acc9c0eb8f93a2695ff8
ampache_root_dir: /opt/ampache_{{ ampache_id }}

View File

@ -5,9 +5,9 @@
element_id: element
# Version to deploy, and expected sha1
element_version: 1.9.6
element_version: 1.9.7
# sha1sum of the tar.gz
element_archive_sha1: 34a0ccd3599c3237f4f604d4e9f91bf123fd014a
element_archive_sha1: a99123bce678b0e63380790ce80cafeb4e0d89ec
# Where to install element
element_root_dir: /opt/matrix/element

View File

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

View File

@ -1,11 +1,11 @@
---
# Version to deploy
synadm_version: 0.8.3
synadm_version: 0.8.4
# URL of the tarball
synadm_archive_url: https://github.com/Awesome-Technologies/synapse-admin/releases/download/{{ synadm_version }}/synapse-admin-{{ synadm_version }}.tar.gz
# Expected sha1 of the archive
synadm_archive_sha1: f74676ec618b664d2409032d10c15c1f310222fc
synadm_archive_sha1: 556d67c5580fd34799d8ea7422aefed15b83b2ab
# Shoulad ansible handle upgrades, or just initial install ?
synadm_manage_upgrade: True

View File

@ -1,9 +1,9 @@
---
unifi_root_dir: /opt/unifi
unifi_version: 6.5.54
unifi_version: 6.5.55
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
unifi_archive_sha1: f11da02cefef9817d62e49a3be2faf2e7248e89f
unifi_archive_sha1: 8edc8081ab99eeeb2bdba28f1cfea6e4ce052c98
unifi_manage_upgrade: True
unifi_http_port: 8080
unifi_https_port: 8443