Update to 2022-01-29 13:00

This commit is contained in:
Daniel Berteaud
2022-01-29 13:00:05 +01:00
parent f45491ce0b
commit 013c387bca
9 changed files with 82 additions and 36 deletions

View File

@@ -1,7 +1,5 @@
---
# Version to deploy
taiga_version: 6.5.0
# Should ansible handle upgrades ? If False, only the initial install will be done
taiga_manage_upgrade: True
# Where taiga will be installed
@@ -9,20 +7,24 @@ taiga_root_dir: /opt/taiga
# User under which taiga will run (will be created)
taiga_user: taiga
# Archive URL and expected checksum
# Archives URL, versions and expected checksums
taiga_archives:
back:
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/{{ taiga_version }}.tar.gz
sha256: aa68e689a0095a1726869291eb8bcfe82e828d51188ed4a9eb797ed9a664aa0c
version: 6.5.1
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/6.5.1.tar.gz
sha256: aa3602693835f5891d8ff5b7750027a059c9bf2d49e38fcb92c18f6ddb5e9b72
front:
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/{{ taiga_version }}.tar.gz
sha256: 1d2595b32346eeef1796db85d1c5701258e0c038be2bab9e86c0c7d6f99b034b
dir: taiga-front-dist-{{ taiga_version }}
version: 6.5.1
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/6.5.1.tar.gz
sha256: b8c0ea77b06f1c256b2f0b7b4b14af1173c6ba5bad67aad278e54ce897183613
dir: taiga-front-dist-6.5.1
events:
url: https://github.com/kaleidos-ventures/taiga-events/archive/refs/tags/{{ taiga_version }}.tar.gz
version: 6.5.0
url: https://github.com/kaleidos-ventures/taiga-events/archive/refs/tags/6.5.0.tar.gz
sha256: c6307e1246b97a2aa7f53755dbceb98b24256badf8282b37b8a24b51d08b583f
protected:
url: https://github.com/kaleidos-ventures/taiga-protected/archive/refs/tags/{{ taiga_version }}.tar.gz
version: 6.5.0
url: https://github.com/kaleidos-ventures/taiga-protected/archive/refs/tags/6.5.0.tar.gz
sha256: 8465eaf078dee7b61f4fd5dbb216db94ea455b3c8d69c19c10ae33ff481e46f0
# Database settings