Skip to content

Releases: johanmeiring/ansible-sftp

v3.1.4 Release

21 Dec 06:12
26e5b22
Compare
Choose a tag to compare

This release fixes a problem related to the way Jinja 3+ handles octal values. Many thanks to @stas-sbi and and @netors for their contributions.

v3.1.3 Release

02 Oct 17:23
Compare
Choose a tag to compare

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

11 Sep 18:24
Compare
Choose a tag to compare

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

01 Jul 16:56
47d0580
Compare
Choose a tag to compare

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

30 Apr 20:03
3278676
Compare
Choose a tag to compare

This release adds sshd config which prevents SFTP users from creating tunnels. Thanks @cnotin !

v3.0.0 Release

19 Jan 15:02
13926b1
Compare
Choose a tag to compare

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

15 Jan 19:41
f8da71c
Compare
Choose a tag to compare

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

05 Oct 08:35
a3083e0
Compare
Choose a tag to compare

This release fixes a syntax error when logging is enabled (thanks @s-fu !)

v2.8.0 Release

11 Feb 16:08
7409650
Compare
Choose a tag to compare

User home directories are now configurable (thanks @jpiron !)

v2.7.0 Release

15 Apr 14:14
be4fd5c
Compare
Choose a tag to compare

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!