mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-11-28 14:00
This commit is contained in:
parent
514f9ccaec
commit
70071a8ae9
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '23.10.2'
|
||||
bookstack_version: '23.10.4'
|
||||
# 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: 77720d16b42975d1bfbb013b7211f6574a087ffd0535f34594e7e588574b3f6a
|
||||
bookstack_archive_sha256: 0a3cb6ea782c7f47305572bf580d7be7c97c27bd6ae60cb1587197abbc0c18e5
|
||||
|
||||
# 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: 22.0.8
|
||||
diagrams_version: 22.1.3
|
||||
# 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: 4cb21162b0252876c7204e18b420767931629eca66bea2ba488d6efc9feb0cba
|
||||
diagrams_war_sha256: 54f75a5eac320ce4b9d987344fa7bcb4cedf63043d93827aa534525d383cf618
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: 1.20.5
|
||||
gitea_version: 1.21.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: ae8d21f36098a62272fcfa67ecbb567d0ba6cf5aecaaab29a6b98a407d435bdf
|
||||
gitea_bin_sha256: 586b1b0df6940e847600625850ee7d766f103dc3341c1b4abfc269db57c5d826
|
||||
# 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.49
|
||||
element_archive_sha256: 5c700898a6feed61a271673dc06a77c8c6f1a00c329b0b3eb346625059e69c13
|
||||
element_version: 1.11.50
|
||||
element_archive_sha256: 1946854314417de208ef05e4e7ff095fd4dbda033e9f15d69d8b10f1f0c7bbfa
|
||||
|
||||
# Where to install element
|
||||
element_root_dir: /opt/matrix/element
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Synapse version to deploy
|
||||
synapse_version: '1.95.1'
|
||||
synapse_version: '1.96.1'
|
||||
|
||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||
synapse_manage_upgrade: True
|
||||
|
@ -124,7 +124,7 @@ nomad_base_conf:
|
||||
- node_name
|
||||
- node_id
|
||||
gc:
|
||||
image_delay: 1h
|
||||
image_delay: 168h
|
||||
# Authentication for OCI registries
|
||||
# auths:
|
||||
# - registry: oci.example.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user