mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
Update to 2022-08-01 11:00
This commit is contained in:
parent
f4a3f0bd22
commit
75fd1e984a
@ -1 +0,0 @@
|
|||||||
{{ nomad_conf | to_nice_json(indent=2) }}
|
|
@ -16,6 +16,7 @@ KillSignal=SIGINT
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
LimitNOFILE=65536
|
LimitNOFILE=65536
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
|
Restart=on-failure
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
TasksMax=infinity
|
TasksMax=infinity
|
||||||
OOMScoreAdjust=-1000
|
OOMScoreAdjust=-1000
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
sftpgo_version: 2.3.1
|
sftpgo_version: 2.3.2
|
||||||
# URL of the archive
|
# 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
|
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
|
# 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
|
# Should ansible handle upgrades ? If False, only initial install will be done
|
||||||
sftpgo_manage_upgrade: True
|
sftpgo_manage_upgrade: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user