Releases: willshersystems/ansible-sshd
Releases · willshersystems/ansible-sshd
v0.15.0
What's Changed
- README: fix meta/make_option_lists link by @ColdPain in #172
- Make the role FIPS-aware by @Jakuje in #173
- Fix runtime directory check condition by @Jakuje in #175
- Unbreak FIPS detection and stabilize failing tests and GH actions by @Jakuje in #179
- Make sure Include is in the main configuration file when drop-in directory is used by @Jakuje in #178
New Contributors
Full Changelog: v0.14.1...v0.15.0
Fix multiline ansible_managed comments
Drop support for Ansible 2.8
Template file fix, Debian 11, CentOS 6 CI
Support for next RHEL version
v0.13.1 Add support for RHEL 9 and adjust tests for it
Support for non-exclusive configuration and minor fixes
- 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.
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
#144 Best practice updates to tests
No functional changes.
Improved Match, EL CryptoPolicy support
Better Fedora support, standards improvements
Improves support for Fedora
Many typo and code quality improvements
Thanks @Jakuje