Update to 2022-08-01 11:00

This commit is contained in:
Daniel Berteaud 2022-08-01 11:00:15 +02:00
parent f4a3f0bd22
commit 75fd1e984a
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
{{ nomad_conf | to_nice_json(indent=2) }}

View File

@ -16,6 +16,7 @@ KillSignal=SIGINT
Restart=on-failure
LimitNOFILE=65536
LimitNPROC=infinity
Restart=on-failure
RestartSec=2
TasksMax=infinity
OOMScoreAdjust=-1000

View File

@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.3.1
sftpgo_version: 2.3.2
# 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: 8833dec9aab3315eff6588c4fd69d85d9c0f8b1e083592e1dee617aea719e4cb
sftpgo_archive_sha256: 80142f8a06e287e9744687013ab7a26f7f64a738f60ac19cfe9a35e998ea7d04
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True