mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2024-04-24 10:00
This commit is contained in:
parent
601f5af734
commit
6c7f43edde
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: 1.21.10
|
||||
gitea_version: 1.21.11
|
||||
# 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: 17eb858f3ef2b7cdb649286e6a9cc050f9d949606327a7d6f27aaba49fc3b492
|
||||
gitea_bin_sha256: 238056fa4616633a9ec5a358aac75275bd3f271d5e5238af3dd5f22c713fe97e
|
||||
# Handle updates. If set to false, ansible will only install
|
||||
# Gitea and then won't touch an existing installation
|
||||
gitea_manage_upgrade: True
|
||||
|
@ -5,8 +5,8 @@
|
||||
element_id: element
|
||||
|
||||
# Version to deploy, and expected sha256
|
||||
element_version: 1.11.59
|
||||
element_archive_sha256: 443cabd2c0994b2fb1fc5775f98e3b418b9bafbfdbf75cc1e32842bd30597887
|
||||
element_version: 1.11.65
|
||||
element_archive_sha256: 069dd851afced0d82ecb815d408c618c42311a2b7671b8a6479d21edcb5e80e9
|
||||
|
||||
# Where to install element
|
||||
element_root_dir: /opt/matrix/element
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Synapse version to deploy
|
||||
synapse_version: '1.102.0'
|
||||
synapse_version: '1.105.1'
|
||||
|
||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||
synapse_manage_upgrade: True
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
synadm_version: 0.9.1
|
||||
synadm_version: 0.10.0
|
||||
# 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 sha256 of the archive
|
||||
synadm_archive_sha256: 116587e23651c42bb63da8f660c475f5aca2b3f6a3bc5bcac43322ad1a071f2b
|
||||
synadm_archive_sha256: 9cb1af8ae714306f6b0dd8f4ccb6066581f1a0bb52e6cc1ebc3509af30c2e3b8
|
||||
|
||||
# Shoulad ansible handle upgrades, or just initial install ?
|
||||
synadm_manage_upgrade: True
|
||||
|
@ -11,11 +11,11 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.6') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.8') }}"
|
||||
|
||||
# Archive URL and sha256 are only used for the community version
|
||||
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
||||
seafile_archive_sha256: 792f5df347c07cba023ce99ca27d4c3bde36660890d34e0a2d54e6ff95a38103
|
||||
seafile_archive_sha256: dec366f5b872a175e40da512e5e998d1afe0187ae711d33a635744af4b85cd96
|
||||
|
||||
seafile_root_dir: /opt/seafile
|
||||
seafile_data_dir: "{{ seafile_root_dir }}/data"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.16.1
|
||||
vault_version: 1.16.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: 315a1964d7003ef6de94c407a88972d45eb9b378946a53a1bbff34de1ae2d1e0
|
||||
vault_archive_sha256: 688ce462b70cb674f84fddb731f75bb710db5ad9e4e5a17659e90e1283a8b4b7
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user