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
What's Changed
- Fix ansible-lint warnings and work-around false positive by @Jakuje in #198
- Version v0.16.1 - CHANGELOG.md [citest skip] by @richm in #195
- parse [vX.Y.Z] correctly from CHANGELOG.md by @richm in #201
- Fixes un-overrideable public api variables by @nkakouros in #199
- Makes drop-in functionality configurable by the user by @nkakouros in #200
- Version v0.17.0 - CHANGELOG.md [citest skip] by @richm in #202
Full Changelog: v0.16.1...v0.17.0