Releases: willshersystems/ansible-sshd
Releases · willshersystems/ansible-sshd
Ansible 2.8 minimum, fix OpenBSD regression
Ansible 2.8 minimum (#121,#122,#124,#129) Thanks to @Spreadcat and @ahmadalli
Fix for OpenBSD issue (#115) Thanks @thalunil
Focal support, CI updates, Code quality improvements
- Ubuntu focal support
- CI updates (to focal)
- Code quality improvements, add pre-commit to call yaml lint and ansible-lint as Galaxy does.
Add new options from OpenSSH 8.3p1
Revert end_host change
Gentoo, end_host
- Add Gentoo defaults #120 . Thanks to @oddlama
* call end_host for unsupported hosts #121. Cheers to @Spreadcat
Cento 8, Debian 10, Suse 15
Update syntax, AIX support, duplicate Gateway Port removal
#92 Potentially a breaking change, this release changes syntax to more recent Ansible standards. Thanks to @nkakouros
#112 Add support for AIX. Thanks you @d-little
Fixes duplication of GatewayPorts in the sshd_config.j2 template, closing #108 (reported by @Gwynnbleid1)
v0.7.6: Merge pull request #110 from willshersystems/travis_fixes
Fedora PrivilegeSeperation removal and implement backups
- Implement sshd_backup option.
- Remove PrivilegeSeperation option from Fedora template as it's no longer used
Thanks to @BenGig and @kpfleming
Fix variable loading
Merge #104 - fix for variable file load order. Thanks to @pillarsdotnet .