mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Version v0.17.0 - CHANGELOG.md [citest skip]
[v0.17.0] - 2022-08-31 -------------------- - Make drop-in config file functionality configurable by user This PR simplifies the logic behind the drop-in config files and also allows the user to use drop-in configs even if the distribution does not support it out of the box. - Allow user to override variables A previous commit hardcoded many variables to the values under vars/, making it impossible for the user to parameterize things like the systemd service name. The assumption was that the __sshd_* variables were useless in an effort to blindly adhere to best practices, but they were crucial in allowing flexibility to the user. - none
This commit is contained in:
parent
1731328cc5
commit
606ed47dd1
1 changed files with 25 additions and 0 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,6 +1,31 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[v0.17.0] - 2022-08-31
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- Make drop-in config file functionality configurable by user
|
||||||
|
|
||||||
|
This PR simplifies the logic behind the drop-in config files and also
|
||||||
|
allows the user to use drop-in configs even if the distribution does not
|
||||||
|
support it out of the box.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Allow user to override variables
|
||||||
|
|
||||||
|
A previous commit hardcoded many variables to the values under vars/,
|
||||||
|
making it impossible for the user to parameterize things like the systemd
|
||||||
|
service name. The assumption was that the __sshd_* variables were useless
|
||||||
|
in an effort to blindly adhere to best practices, but they were crucial in
|
||||||
|
allowing flexibility to the user.
|
||||||
|
|
||||||
|
### Other Changes
|
||||||
|
|
||||||
|
- none
|
||||||
|
|
||||||
[v0.16.1] - 2022-07-28
|
[v0.16.1] - 2022-07-28
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue