Skip to content

Releases: willshersystems/ansible-sshd

Fix multiline ansible_managed comments

05 Oct 09:37
57c54e5
Compare
Choose a tag to compare

#171 Fix multiline ansible_managed comments. Thanks @spetrosi

Drop support for Ansible 2.8

18 Aug 03:42
b1fe667
Compare
Choose a tag to compare

#169 Ansible 2.9 is now the minimum Ansible version. Thanks @spetrosi

Template file fix, Debian 11, CentOS 6 CI

18 Aug 03:37
8349916
Compare
Choose a tag to compare

#166 Add Debian 11 (bullseye) support. Thanks @domrim
#168 Fix wrong template being used for sshd config. Thanks again @domrim
#165 Add CI for CentOS 6 Thanks @Jakuje
#169 Remove Travis and update readme with individual job badges Thanks @Jakuje

This will be the last release to support Ansible 2.8

Support for next RHEL version

03 Aug 15:55
Compare
Choose a tag to compare
v0.13.1

Add support for RHEL 9 and adjust tests for it

Support for non-exclusive configuration and minor fixes

14 Jun 06:13
Compare
Choose a tag to compare
  • Allow creating non-exclusive configuration snippets (#158, #160)
  • Improve test coverage and range of testing systems using Github Actions using different Ubuntu and Debian version (#147)
  • Improve documentation
  • Fix bug with variable precedence if the role was loaded through roles: (#159)
  • Remove some non-default configuration options from some systems
  • Make the shell commands more robust using -o pipefail as recommended by ansible; fix a lot of ansible/yaml-lint issues (#156))
  • Add new configuration options from OpenSSH 8.6 (#161)

General improvements.

16 Nov 11:56
fb0932c
Compare
Choose a tag to compare

Merge #146

  • Getting rid of the set_facts, which was introduced in #89 and which is making the role unusable repetitively in a single play.
  • Implement check & generation for hostkeys, which should solve #111
  • Many tests improvements
  • Improve/cleanup documentation
  • Remove some unneeded default options
  • Improved support for creating configuration snippets (for Include functionality default in Fedora)
  • Testsuite passing in Fedora, CentOS 7 and CentOS 8

Test updates

28 Oct 17:53
6ad8a3e
Compare
Choose a tag to compare

#144 Best practice updates to tests

No functional changes.

Improved Match, EL CryptoPolicy support

15 Oct 09:10
83606e2
Compare
Choose a tag to compare

Improves Match block handling #143
Adds Crypo Policy support under EL/Fedora #142

Thanks @Jakuje for both

Better Fedora support, standards improvements

24 Sep 06:52
06ab644
Compare
Choose a tag to compare

Improves support for Fedora
Many typo and code quality improvements

Thanks @Jakuje

Fixed issue with use of ansible_distribution_version

23 Sep 06:30
fb231de
Compare
Choose a tag to compare

Use ansible_distribution_major_version in variables #132