mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2025-01-14 16:00
This commit is contained in:
parent
f42360f27d
commit
f0826b850a
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '24.12'
|
||||
bookstack_version: '24.12.1'
|
||||
# URL of the arhive
|
||||
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
bookstack_archive_sha256: 322e13ee452bb62b3e96db70c7ef035392d08e52238b92e4a3ad91a8b75e1281
|
||||
bookstack_archive_sha256: 94303fbe47e202225c22ec45d67617cf9de0a17a576f973426435cd73cc4e64d
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: '1.22.6'
|
||||
gitea_version: '1.23.1'
|
||||
# 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: fd77f1a0273c85a0950207c1cfa6753a9fa57604e4ab1382484b191cc919ce15
|
||||
gitea_bin_sha256: a7e27789a3705c06913649d84d279b076026036aa6724eb133644533050d7149
|
||||
# Handle updates. If set to false, ansible will only install
|
||||
# Gitea and then won't touch an existing installation
|
||||
gitea_manage_upgrade: True
|
||||
|
@ -9,16 +9,16 @@ jitsi_user: jitsi
|
||||
jitsi_web_src_ip:
|
||||
- 0.0.0.0/0
|
||||
|
||||
jitsi_version: 9909
|
||||
jitsi_version: 9955
|
||||
|
||||
jitsi_jicofo_archive_url: https://github.com/jitsi/jicofo/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
|
||||
jitsi_jicofo_archive_sha256: aa794a41c29997695cb59cd67a07881395694f3ff4191b2f438497538886f214
|
||||
jitsi_jicofo_archive_sha256: 0e77acc3e89f130dd2abec6cf32728a6805cdc1c76f040237c218ac3c95c48d6
|
||||
|
||||
# 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_meet_archive_url: https://github.com/jitsi/jitsi-meet/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
|
||||
jitsi_meet_archive_sha256: ec09512cde6a2ea43fe5b52baae104e0aeb90bcfc1c8d3e50406d6f724cde8ca
|
||||
jitsi_meet_archive_sha256: 7c611039cc4ed86a199b8cc8d95d0ea4350ba7bda05281f5552b7ada727cc908
|
||||
|
||||
jitsi_excalidraw_version: x21
|
||||
jitsi_excalidraw_archive_url: https://github.com/jitsi/excalidraw-backend/archive/refs/tags/{{ jitsi_excalidraw_version }}.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
jitsi_root_dir: /opt/jitsi
|
||||
jitsi_jibri_user: jibri
|
||||
|
||||
jitsi_jibri_version: "{{ jitsi_version | default('9909') }}"
|
||||
jitsi_jibri_version: "{{ jitsi_version | default('9955') }}"
|
||||
# Jibri has no release, nor tag, so use master
|
||||
jitsi_jibri_archive_url: https://github.com/jitsi/jibri/archive/refs/heads/master.tar.gz
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
jitsi_root_dir: /opt/jitsi
|
||||
jitsi_user: jitsi
|
||||
|
||||
jitsi_videobridge_version: "{{ jitsi_version | default('9909') }}"
|
||||
jitsi_videobridge_version: "{{ jitsi_version | default('9955') }}"
|
||||
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: 6bca3b3bbd4002d53e7dd1cd8d9b0ee40afb70e2f07b23ee8afa6897ee7e07aa
|
||||
jitsi_videobridge_archive_sha256: 6be18a4a8d0acb2fcdf073fe47e070c61a4d732e3e08c98b12acf1fc10afe5f8
|
||||
|
||||
jitsi_videobridge_rtp_port: 10000
|
||||
jitsi_videobridge_src_ip:
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Where unifi will be installed
|
||||
unifi_root_dir: /opt/unifi
|
||||
# Version to deploy
|
||||
unifi_version: 8.6.9
|
||||
unifi_version: 9.0.108
|
||||
# URL to get the installation tarball
|
||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||
# Expected sha256
|
||||
|
@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
User=unifi
|
||||
WorkingDirectory={{ unifi_root_dir }}/app
|
||||
ExecStart=/usr/lib/jvm/jre-17/bin/java \
|
||||
ExecStart=/usr/lib/jvm/jre-21/bin/java \
|
||||
--add-opens=java.base/java.io=ALL-UNNAMED \
|
||||
--add-opens=java.base/java.lang=ALL-UNNAMED \
|
||||
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED \
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
unifi_packages:
|
||||
- java-17-openjdk-headless
|
||||
- java-21-openjdk-headless
|
||||
- mongodb-org-server
|
||||
- mongodb-org
|
||||
|
Loading…
x
Reference in New Issue
Block a user