1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 07:33:18 +02:00

Update to 2022-10-24 13:00

This commit is contained in:
Daniel Berteaud 2022-10-24 13:00:08 +02:00
parent 63966834cc
commit 8788a655d7
3 changed files with 6 additions and 6 deletions
roles
bookstack/defaults
diagrams/defaults
documize/defaults

@ -1,11 +1,11 @@
--- ---
# Version to deploy # Version to deploy
bookstack_version: '22.10' bookstack_version: '22.10.1'
# URL of the arhive # URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha256 of the archive # Expected sha256 of the archive
bookstack_archive_sha256: 09e3e28802746eecca27f62bb48c1d99763bafe7e497086cc7094c9cb3be6b63 bookstack_archive_sha256: 177faa1e0049992fda5a591a5a0bc7883ebf2cc4b933c46d7049b5e6bb66e477
# Should ansible handle bookstack upgrades or just the inintial install # Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True bookstack_manage_upgrade: True

@ -1,11 +1,11 @@
--- ---
# Veresion of diagrams to deploy # Veresion of diagrams to deploy
diagrams_version: 20.3.6 diagrams_version: 20.5.0
# URL of the WAR file to deploy # URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha256 of the WAR file # Expected sha256 of the WAR file
diagrams_war_sha256: 8ffc8f6ea2a3bbe0e1f0e4d2ee1d6250004c912ede341b21d6666939a212e944 diagrams_war_sha256: 012d498b694e5bfcd291c0fa299aab9614cef2e1eb3052f9489c68dcf52eaf44
# root directory of the installation # root directory of the installation
diagrams_root_dir: /opt/diagrams diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ? # Should ansible manage upgrades, or just initial install ?

@ -1,11 +1,11 @@
--- ---
# Version of cocumize to deploy # Version of cocumize to deploy
documize_version: 5.4.0 documize_version: 5.4.1
# URL of the binary to install # URL of the binary to install
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64 documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
# Expected sha1 of the binary # Expected sha1 of the binary
documize_bin_sha256: cd2412db6c091446a1633bbb8b707b2c9ee5a9af1d208903c288c0829ac7c23a documize_bin_sha256: f73d4fbcb6955ba3ea08beac6b024d99f4300d72aceb02831580f7756e22712e
# Should documize handle upgrades or only initial install ? # Should documize handle upgrades or only initial install ?
documize_manage_upgrade: True documize_manage_upgrade: True