mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-11-09 15:00
This commit is contained in:
parent
6ffc0a5e16
commit
3b20f74ec5
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '22.10.1'
|
||||
bookstack_version: '22.10.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: 177faa1e0049992fda5a591a5a0bc7883ebf2cc4b933c46d7049b5e6bb66e477
|
||||
bookstack_archive_sha256: 0c24afd3cc2415eed0e0577c0b1fb906e951458a7301466f8df52a233f313e35
|
||||
|
||||
# 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: 20.5.0
|
||||
diagrams_version: 20.5.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: 012d498b694e5bfcd291c0fa299aab9614cef2e1eb3052f9489c68dcf52eaf44
|
||||
diagrams_war_sha256: 32e8a45a74a87ae85e3e9779d65de70ef815bfc06ea30c0866c9dac7c7aec047
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
# Only change several instances are deployed on the same server
|
||||
# Only change if several instances are deployed on the same server
|
||||
# in which case you must also set a different element_root_dir
|
||||
element_id: element
|
||||
|
||||
# Version to deploy, and expected sha256
|
||||
element_version: 1.11.13
|
||||
element_archive_sha256: b76af344abef9059a6a16476e866e37d8f808bff1f38cd47fcf83eb4f1daa2da
|
||||
element_version: 1.11.14
|
||||
element_archive_sha256: 2d20061a57918509b509dad21a73671864dbfa1a5019755042f29fb616167b19
|
||||
|
||||
# Where to install element
|
||||
element_root_dir: /opt/matrix/element
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Synapse version to deploy
|
||||
synapse_version: '1.70.0'
|
||||
synapse_version: '1.71.0'
|
||||
|
||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||
synapse_manage_upgrade: True
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
n8n_version: 0.200.0
|
||||
n8n_version: 0.201.0
|
||||
# Root directory where n8n will be installed
|
||||
n8n_root_dir: /opt/n8n
|
||||
# User account under which n8n will run
|
||||
|
Loading…
x
Reference in New Issue
Block a user