mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-07-23 11:00
This commit is contained in:
parent
cd302033bd
commit
e4a83290d7
@ -13,8 +13,7 @@ Restart=always
|
||||
StartLimitInterval=0
|
||||
RestartSec=30
|
||||
Environment=JAVA_HOME=/usr/lib/jvm/java-17
|
||||
Environment=PATH=/usr/lib/jvm/java-17/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
|
||||
ExecStart=/bin/java -Dconfig.file={{ jitsi_root_dir }}/etc/jibri/jibri.conf -jar {{ jitsi_root_dir }}/jibri/jibri.jar
|
||||
ExecStart=/usr/lib/jvm/java-17/bin/java -Dconfig.file={{ jitsi_root_dir }}/etc/jibri/jibri.conf -jar {{ jitsi_root_dir }}/jibri/jibri.jar
|
||||
SyslogIdentifier=jibri
|
||||
|
||||
[Install]
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.50.13
|
||||
metabase_version: 0.50.14
|
||||
# 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: 57b54ebd2b60e8fc52ba332062d9130f60489aba33aa56b9e639d4ad450c815b
|
||||
metabase_jar_sha256: 084e0168d340abc09647e9012e3c32e6ee6b56d7d8d583fabb01e5b0130ca2a8
|
||||
# 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: 2757a67e2a57ce8f0f4247430c360812677a01321fc71a707d1a9f1b0b376f6b
|
||||
metabase_archive_sha256: 01f17ecb97093670088cf7784751a1717cad23348707a87eebdde4319830650e
|
||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||
metabase_manage_upgrade: True
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of Shash TM to install
|
||||
squashtm_version: 6.1.0
|
||||
squashtm_version: 7.0.1
|
||||
# Archive URL which will be downloaded during install/upgrades
|
||||
squashtm_archive_url: https://nexus.squashtest.org/nexus/repository/public-releases/tm/core/squash-tm-distribution/{{ squashtm_version }}.RELEASE/squash-tm-{{ squashtm_version }}.RELEASE.tar.gz
|
||||
# Expected checksum of the archive
|
||||
squashtm_archive_sha256: 912003ea476f9f54505208ca1d99aca3bf25c747abe61a72d4237b37dd4f6dd2
|
||||
squashtm_archive_sha256: 224ae3001c557ef0d96fa2de04f199891b1311d0ad66b90ea726e657635ab5a7
|
||||
# Should ansible handle upgrades ? (if False, only initial install and configuration will be done)
|
||||
squashtm_manage_upgrade: True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user