Releases: johanmeiring/ansible-sftp
v3.1.4 Release
v3.1.3 Release
This release unfortunately reverts the previous one, as it was causing a root partition/subdirectory's ownership and permissions to be changed in a manner that might not work well for most users.
Also, the default branch is now master
again, otherwise Ansible Galaxy imports won't work. I'll need to figure out how to get that to work properly.
v3.1.2 Release
This release contains the following changes:
- @mrexojo fixed a chroot-related bug in #47 (many thanks!)
- The sshd will now be restarted at the end of every playbook run, in order to ensure as much configuration application and consistency as possible.
As a side-note, the default branch name of this repository will be changing to main
now.
v3.1.1 Release
This release fixes a bug where one couldn't set sftp_start_directory
to the name
property of a dict value inside sftp_directories
. Thanks @smag-bmesseca !
v3.1.0 Release
This release adds sshd config which prevents SFTP users from creating tunnels. Thanks @cnotin !
v3.0.0 Release
This release does not add any new features. Instead, the following changes have been made:
- The minimum supported Ansible version is now 2.5. This was done in order to fully support Python 3.
- The minimum supported version of Ubuntu is now 16.04. For CentOS, it is now version 7.
- Test cases have been adjusted to take all of the above into account. Tests are now all run with Python 3.
v2.9.0 Release
This release adds the sftp_start_directory
optional parameter. When specified, the SFTP user will automatically be taken to the specified directory after logging into the server. Thanks @smag-bmesseca for the contribution!
v2.8.1 Release
This release fixes a syntax error when logging is enabled (thanks @s-fu !)
v2.8.0 Release
User home directories are now configurable (thanks @jpiron !)
v2.7.0 Release
This release allows you to set the permissions of each user's home directory, with the default still being 0750
. Thanks very much to @andyshinn for this contribution!