Releases: punktDe/ansible-proserver-system
Releases · punktDe/ansible-proserver-system
2.1.0
What's Changed
- Add a venv-based dev environment by @medanthelinium in #17
- Configuration for unattended upgrades (apt) by @medanthelinium in #18
Full Changelog: 2.0.0...2.1.0
2.0.0
Breaking change: sshd and motd features are now enabled by default with sane defaults (PasswordAuthentication no, PermitRootLogin no)
What's Changed
- Add default ssh settings, ignore key errors in check mode by @medanthelinium in #16
Full Changelog: 1.5.1...2.0.0
1.5.1
This release fixes a task failure when no authorized keys are defined
1.5.0
1.4.1
What's Changed
- Refactor the code, add automated role testing with GH Actions and molecule by @medanthelinium in #13
Full Changelog: 1.4.0...1.4.1
1.4.0
- Add the ability to customize the ASCII login art
- Fix user handling on FreeBSD
1.3.0
1.2.1
Refactor the authorized_keys module
1.2.0
What's Changed
- Add functionality to remove authorized_keys not managed by Ansible by @medanthelinium in #9
Full Changelog: 1.1.1...1.2.0
1.1.1
Fix Ansible error when ansible_user is not defined