mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-25 10:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user