mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-11-13 10:00
This commit is contained in:
parent
2e913384f8
commit
8d85c608c8
@ -5,12 +5,12 @@
|
||||
# You can set it to a number or a simple string (no special chars)
|
||||
kimai_id: 1
|
||||
# Kimai version to deploy
|
||||
kimai_version: '2.2.1'
|
||||
kimai_version: '2.3.0'
|
||||
|
||||
# URL of the archive
|
||||
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
kimai_archive_sha256: 0603b9ba128a8580ece863d72941dc084c6e76b7e71860b1481449bbbafd0ba1
|
||||
kimai_archive_sha256: 4cce6cd712eb7885fb8f6e455eb6a85ea71fdb396af8409621c89826f0108a9a
|
||||
|
||||
# Directory where kimai will be installed
|
||||
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
- set_fact:
|
||||
oo_services:
|
||||
- documentserver-converter
|
||||
- documentserver-docservice
|
||||
- documentserver-metrics
|
||||
- ds-converter
|
||||
- ds-docservice
|
||||
- ds-metrics
|
||||
tags: oo
|
||||
|
||||
- when: oo_db_pass is not defined
|
||||
|
@ -99,6 +99,9 @@
|
||||
file: path=/etc/systemd/system/{{ item }}.service state=absent
|
||||
loop:
|
||||
- documentserver-gc
|
||||
- documentserver-docservice
|
||||
- documentserver-converter
|
||||
- documentserver-metrics
|
||||
register: oo_obsolete_units
|
||||
tags: oo
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
sftpgo_version: 2.5.4
|
||||
sftpgo_version: 2.5.5
|
||||
# URL of the archive
|
||||
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
|
||||
# Expected sha1 of the archive
|
||||
sftpgo_archive_sha256: f2b18ff11d4720c9dc1feb9c688c6b1030afbfda4c2ae553fec58d92e97384e1
|
||||
sftpgo_archive_sha256: 34fd4b5c1e452b2197279778bc72f0244973b245f02e89323cc97084fd5a9bda
|
||||
|
||||
# Should ansible handle upgrades ? If False, only initial install will be done
|
||||
sftpgo_manage_upgrade: True
|
||||
|
@ -6,6 +6,7 @@ ftp.debian.org
|
||||
security-cdn.debian.org
|
||||
cdimage.debian.org
|
||||
deb.debian.org
|
||||
archive.debian.org
|
||||
|
||||
# Ubuntu
|
||||
ppa.launchpad.net
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.15.1
|
||||
vault_version: 1.15.2
|
||||
# URL of the archive
|
||||
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
vault_archive_sha256: c23cc68ce9c9be95782d70ff9db634a20e56e4ee16accc74d3d87e67eac5611e
|
||||
vault_archive_sha256: 5a0820943bc212713ba57a5136b5ec96dd1a6fc5a1c61666407d996027b2e694
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user