mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-09-05 12:00
This commit is contained in:
parent
f93ed49ae2
commit
ff03586b6c
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '23.08'
|
||||
bookstack_version: '23.08.2'
|
||||
# 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: 47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d
|
||||
bookstack_archive_sha256: 48503ebeb3da21e25f60559b2ef73ca5c45c988eb1c25c83e08b289656e9461b
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Veresion of diagrams to deploy
|
||||
diagrams_version: 21.7.1
|
||||
diagrams_version: 21.7.2
|
||||
# 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: 3f6c8bd47e0477534bdd182fa2dc61504a70bffe67a7538cfcd95f485e0cdc88
|
||||
diagrams_war_sha256: 3f72da643e5bd95f6ebd12773c269347e17c5ff91cd13bf020de9a51cc380d82
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -5,12 +5,12 @@
|
||||
# You can set it to a number or a simple string (no special chars)
|
||||
kimai_id: 1
|
||||
# Kimai version to deploy
|
||||
kimai_version: '2.0.31'
|
||||
kimai_version: '2.0.32'
|
||||
|
||||
# URL of the archive
|
||||
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
kimai_archive_sha256: 3b02d80654f43122c8165f640a52568feda2d8ba9051803104b78cdb89af2220
|
||||
kimai_archive_sha256: 362c3903d2a5542df59e49abcdd2a06805929083ee7b7d86cb8045e59b4ab0b0
|
||||
|
||||
# Directory where kimai will be installed
|
||||
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Synapse version to deploy
|
||||
synapse_version: '1.91.0'
|
||||
synapse_version: '1.91.1'
|
||||
|
||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||
synapse_manage_upgrade: True
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
|
||||
# The version to deploy
|
||||
paperless_version: 1.17.1
|
||||
paperless_version: 1.17.4
|
||||
# Instance ID, as you can deploy several instances on the same server
|
||||
paperless_id: 1
|
||||
# URL of the paperless archive
|
||||
paperless_archive_url: https://github.com/paperless-ngx/paperless-ngx/releases/download/v{{ paperless_version }}/paperless-ngx-v{{ paperless_version }}.tar.xz
|
||||
# Expected checksum
|
||||
paperless_archive_sha256: 39e2ca58ba6f7ed6f0a375958ef4f7ab43be78111c745967381bf656ef648f7d
|
||||
paperless_archive_sha256: c05c4c2c59ee09fe130adc9ab9f86ff866c780c14bba3024c26a5078f307dc0b
|
||||
# Should ansible handle install and upgrades, or only initial install
|
||||
paperless_manage_upgrade: True
|
||||
# Root directory where paperless will be installed
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Penpot version to deploy
|
||||
penpot_version: 1.19.0
|
||||
penpot_version: 1.19.2
|
||||
# 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: 3677ea3ea4073e0ca6e99090f660400b005b0308bd840d4965b045d76a6a71da
|
||||
penpot_archive_sha256: 14de5b71f13f0fd542234f16fa5a307fbee7088bdfa343a53ff923b3f95f4edb
|
||||
# User under which penpot will run. Will be created
|
||||
penpot_user: penpot
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.14.1
|
||||
vault_version: 1.14.2
|
||||
# URL of the archive
|
||||
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
vault_archive_sha256: 6031432dfc3de07f6523d206c44fc018aa969d94c8e9125a77340af359f57ea3
|
||||
vault_archive_sha256: 134a4b8d9473722b2d37d4677e8e5c7e18f5010f8866c4bbb84e2cef3daea532
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
vaultwarden_version: 1.29.1
|
||||
vaultwarden_version: 1.29.2
|
||||
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
|
||||
vaultwarden_archive_sha256: 4606e5861552861e7dfdf088518e256b50476ddd5e11bf5a567498333d1e3175
|
||||
vaultwarden_archive_sha256: 44f82c1cc3595c2b6dba38fb4ac0989f40dca0a39225facf404e70a0573267aa
|
||||
|
||||
vaultwarden_web_version: 2023.7.1
|
||||
vaultwarden_web_version: 2023.8.2
|
||||
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: 0d7ea02eb13cc7b29c875af7ecc787c0a4990c22df13a024f0589e6faa3703d4
|
||||
vaultwarden_web_archive_sha256: 99c403b98074e2df4b2c0f55e5e04191912db1f4bf90e5145b5b58889853e9c7
|
||||
|
||||
vaultwarden_root_dir: /opt/vaultwarden
|
||||
vaultwarden_user: vaultwarden
|
||||
|
Loading…
x
Reference in New Issue
Block a user