Update to 2024-11-22 14:00

This commit is contained in:
Daniel Berteaud 2024-11-22 14:00:23 +01:00
parent edc5be9a3d
commit 2b330b1010
7 changed files with 14 additions and 14 deletions

View File

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
bookstack_version: '24.10' bookstack_version: '24.10.2'
# URL of the arhive # URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha256 of the archive # Expected sha256 of the archive
bookstack_archive_sha256: 11f010509798e0da0861c032b7b5cfe5595ebca9ee4eae56eb57425bc49e8798 bookstack_archive_sha256: fde91d53a72efb9148a1cbd31e7802bba1b2de8e7edc62527707c7177dab7ddb
# Should ansible handle bookstack upgrades or just the inintial install # Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True bookstack_manage_upgrade: True

View File

@ -9,16 +9,16 @@ jitsi_user: jitsi
jitsi_web_src_ip: jitsi_web_src_ip:
- 0.0.0.0/0 - 0.0.0.0/0
jitsi_version: 9779 jitsi_version: 9823
jitsi_jicofo_archive_url: https://github.com/jitsi/jicofo/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz jitsi_jicofo_archive_url: https://github.com/jitsi/jicofo/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
jitsi_jicofo_archive_sha256: cc7ec8f081a8a99363747b64dc4bd5a0b72c5c2d847a2c80f0a76ba34230feef jitsi_jicofo_archive_sha256: 81403c7028926717c9d14bb273082c368de42ee95d5a5f34957229cef49fb7b9
# Jigasi has no release, nor tags, so use master # Jigasi has no release, nor tags, so use master
jitsi_jigasi_archive_url: https://github.com/jitsi/jigasi/archive/refs/heads/master.tar.gz jitsi_jigasi_archive_url: https://github.com/jitsi/jigasi/archive/refs/heads/master.tar.gz
jitsi_meet_archive_url: https://github.com/jitsi/jitsi-meet/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz jitsi_meet_archive_url: https://github.com/jitsi/jitsi-meet/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
jitsi_meet_archive_sha256: 2e75297c0eb92164039fa74c1be35902d138f92edeeb745e4c863c4cb912a395 jitsi_meet_archive_sha256: 8fe36606be82f071618298de4026fffaaee95decc3a458b6dc90ed410e93e196
jitsi_excalidraw_version: x21 jitsi_excalidraw_version: x21
jitsi_excalidraw_archive_url: https://github.com/jitsi/excalidraw-backend/archive/refs/tags/{{ jitsi_excalidraw_version }}.tar.gz jitsi_excalidraw_archive_url: https://github.com/jitsi/excalidraw-backend/archive/refs/tags/{{ jitsi_excalidraw_version }}.tar.gz

View File

@ -3,7 +3,7 @@
jitsi_root_dir: /opt/jitsi jitsi_root_dir: /opt/jitsi
jitsi_jibri_user: jibri jitsi_jibri_user: jibri
jitsi_jibri_version: "{{ jitsi_version | default('9779') }}" jitsi_jibri_version: "{{ jitsi_version | default('9823') }}"
# Jibri has no release, nor tag, so use master # Jibri has no release, nor tag, so use master
jitsi_jibri_archive_url: https://github.com/jitsi/jibri/archive/refs/heads/master.tar.gz jitsi_jibri_archive_url: https://github.com/jitsi/jibri/archive/refs/heads/master.tar.gz

View File

@ -3,9 +3,9 @@
jitsi_root_dir: /opt/jitsi jitsi_root_dir: /opt/jitsi
jitsi_user: jitsi jitsi_user: jitsi
jitsi_videobridge_version: "{{ jitsi_version | default('9779') }}" jitsi_videobridge_version: "{{ jitsi_version | default('9823') }}"
jitsi_videobridge_archive_url: https://github.com/jitsi/jitsi-videobridge/archive/refs/tags/stable/jitsi-meet_{{ jitsi_videobridge_version }}.tar.gz jitsi_videobridge_archive_url: https://github.com/jitsi/jitsi-videobridge/archive/refs/tags/stable/jitsi-meet_{{ jitsi_videobridge_version }}.tar.gz
jitsi_videobridge_archive_sha256: 3a60c5a6d90aa5824f70a9a39ec5ee65a02fcbe35bdcb8fc9b0547184bad00cf jitsi_videobridge_archive_sha256: 0adea22ec18bb9b18e6bafe5522c3860fb421399d5a4f93a296a1827dffdc2d2
jitsi_videobridge_rtp_port: 10000 jitsi_videobridge_rtp_port: 10000
jitsi_videobridge_src_ip: jitsi_videobridge_src_ip:

View File

@ -1,9 +1,9 @@
--- ---
# Version of Nomad to install # Version of Nomad to install
nomad_version: 1.9.1 nomad_version: 1.9.3
# URL of the archive # URL of the archive
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
nomad_archive_sha256: 6a3ad4d9afd8986b48df0cb73a6ac0fb72888b0795c17a1db03f80b832411205 nomad_archive_sha256: 517bce4fcebdc71335ac33a1e34a4c262d2417d8ed4e60cf895fc59e69d70c84

View File

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

View File

@ -1,8 +1,8 @@
--- ---
vaultwarden_version: 1.32.1 vaultwarden_version: 1.32.5
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
vaultwarden_archive_sha256: f69d004b2da74d44e981b0013247e4670579836b720edc5843ddd1b35a242031 vaultwarden_archive_sha256: 305b195e464cd831abc31112aec9dad634b44323069cfe3dc675ede41a3a42d9
vaultwarden_web_version: 2024.6.2c vaultwarden_web_version: 2024.6.2c
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_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz