Releases: punktDe/ansible-proserver-system
Releases · punktDe/ansible-proserver-system
2.3.0
What's Changed
- use ssh instead of sshd as service-name since ubuntu dropped the alias by @mpeu in #22
- Use sshd service name if not targeting Debian-based systems by @medanthelinium in #23
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Only modify the SSH configuration on Linux by @medanthelinium in #21
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- sshd: Increase default max startups by @medanthelinium in #20
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Enable precise timestamps for rsyslog on Linux by @medanthelinium in #19
Full Changelog: 2.1.0...2.1.1
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