This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: idiv-biodiversity/ansible-role-ssh
Releases · idiv-biodiversity/ansible-role-ssh
v0.4.5
v0.4.4
- fixes the tags that need the OS-specific include
- adds
ssh-service
tag - fixes setting and disabling subsystems (for more information, see the commit comment)
v0.4.2
- bumps and fixes
/etc/ssh/sshd_config
templates
v0.4.1
- fixes idempotence for small moduli removal (removal task was missing
become: yes
, unfortunately, the script didn't catch that)
v0.4.0
- commit to
/etc/ssh/sshd_config.d
where supported, the templates for/etc/ssh/sshd_config
are from packages without any changes to ensure theInclude
exists - adds molecule tests
- adds support for Ubuntu Jammy
- drops RHEL7 support
- drops Ubuntu Xenial support