Update to 2021-12-15 18:00

This commit is contained in:
Daniel Berteaud 2021-12-15 18:00:16 +01:00
parent b5d29ac05d
commit f75d673ab9
4 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '21.11.2'
bookstack_version: '21.11.3'
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha1 of the archive
bookstack_archive_sha1: c9e8a0da936f7a2840c416dde70451f046e2b7f3
bookstack_archive_sha1: 26b9ac3d732c27c0630a4cb2b570bd4044e55769
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 15.7.4
diagrams_version: 15.9.6
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha1 of the WAR file
diagrams_war_sha1: 6ec509cba9c0cb7ed5a6872bcfc3711f6bfb1933
diagrams_war_sha1: 54db4de31408d309dfc27ec81a6def55bca15afc
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -1,8 +1,8 @@
---
vaultwarden_version: 1.23.0
vaultwarden_version: 1.23.1
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
vaultwarden_archive_sha1: 76c83155bb4e7bf7b998dcd0853145ac96202dcd
vaultwarden_archive_sha1: efeb3e5e7fcaa6a86c3dd05cb5a046c366c15961
vaultwarden_web_version: 2.24.1
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

View File

@ -26,3 +26,7 @@ DATABASE_URL=data/db.sqlite3
YUBICO_CLIENT_ID={{ vaultwarden_yubico_client_id }}
YUBICO_SECRET_KEY={{ vaultwarden_yubico_secret_key }}
{% endif %}
LOG_TIMESTAMP_FORMAT=""
DB_CONNECTION_RETRIES=0
TRASH_AUTO_DELETE_DAYS=7
INCOMPLETE_2FA_TIME_LIMIT=5