Update to 2022-10-25 10:00

This commit is contained in:
Daniel Berteaud
2022-10-25 10:00:08 +02:00
parent 8788a655d7
commit c5d3ee9d98
4 changed files with 50 additions and 24 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.3.6
sftpgo_version: 2.4.0
# 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: 19a8df7194711c9fc1a5e5e7bbeed28781ea8204c8bdc941653ac7169846a746
sftpgo_archive_sha256: 27de6446706c91717eabd6c4d74f80c0bba906639b698a409730e91b77d870fc
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True
@@ -86,12 +86,6 @@ sftpgo_base_conf:
delayed_quota_update: 60
pool_size: 5
users_base_dir: "{{ sftpgo_root_dir }}/data/home/"
# If you want to allow anonymous FTP, you can create a user named anonymous (set a password to whatever you want, it won't be checked)
# and enable the following settings
# This hook will accept any password for the anonymous user
# check_password_hook: "{{ sftpgo_root_dir }}/bin/anonymous-ftp-password-hook"
# This will restrict the hook to the FTP protocol
# check_password_scope: 2
httpd:
bindings:
port: 8080