mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-10-19 13:00
This commit is contained in:
parent
64a0e00b06
commit
d474bf86b9
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
n8n_version: 1.7.1
|
||||
n8n_version: 1.8.2
|
||||
# Root directory where n8n will be installed
|
||||
n8n_root_dir: /opt/n8n
|
||||
# User account under which n8n will run
|
||||
|
@ -10,14 +10,14 @@ taiga_user: taiga
|
||||
# Archives URL, versions and expected checksums
|
||||
taiga_archives:
|
||||
back:
|
||||
version: 6.7.0
|
||||
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/6.7.0.tar.gz
|
||||
sha256: 3582489b7b2af4ba22f455625bcd1c8e102ded0070aee09ddec9f04c3f0be85e
|
||||
version: 6.7.1
|
||||
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/6.7.1.tar.gz
|
||||
sha256: ad3662cbafaedf5597f50bad3d56457d247667b252395acec0775488bd91fbc8
|
||||
front:
|
||||
version: 6.7.0
|
||||
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/6.7.0.tar.gz
|
||||
sha256: f90bc2760394465761679478c67ff32376d0b711ce9e8796c10f2d505fd61c79
|
||||
dir: taiga-front-dist-6.7.0
|
||||
version: 6.7.1
|
||||
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/6.7.1.tar.gz
|
||||
sha256: e005e603b7a265504fd24ad8dc51df54aa9e779139e84e00cb8efbc3a39e8352
|
||||
dir: taiga-front-dist-6.7.1
|
||||
events:
|
||||
version: 6.7.0
|
||||
url: https://github.com/kaleidos-ventures/taiga-events/archive/refs/tags/6.7.0.tar.gz
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Where unifi will be installed
|
||||
unifi_root_dir: /opt/unifi
|
||||
# Version to deploy
|
||||
unifi_version: 7.5.174
|
||||
unifi_version: 7.5.187
|
||||
# URL to get the installation tarball
|
||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||
# Expected sha256
|
||||
unifi_archive_sha256: c27d5a69c8df06f36a995a383930dec75a34fd4af1b2eb2c7d5318bee75bfc90
|
||||
unifi_archive_sha256: 18fb1ca65069f766a56b7c54b80243ae7295693172c78935b67d35218fe62e39
|
||||
# Should ansible handle upgrades (if False, only initial install will be done)
|
||||
unifi_manage_upgrade: True
|
||||
# List of ports used by UniFi controler
|
||||
|
Loading…
x
Reference in New Issue
Block a user