Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: idiv-biodiversity/ansible-role-ssh

v0.4.5

30 Jan 13:10
v0.4.5
3a0e7ac
Compare
Choose a tag to compare

adds option to opt-out of RHEL 8 crypto policies:

ssh_opt_out_crypto_policies: yes

v0.4.4

29 Jan 10:13
v0.4.4
b2dc23a
Compare
Choose a tag to compare
  • 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

17 Jan 10:33
v0.4.2
5615687
Compare
Choose a tag to compare
  • bumps and fixes /etc/ssh/sshd_config templates

v0.4.1

16 Jan 11:03
v0.4.1
ea130c6
Compare
Choose a tag to compare
  • fixes idempotence for small moduli removal (removal task was missing become: yes, unfortunately, the script didn't catch that)

v0.4.0

11 Jan 14:57
v0.4.0
305f94a
Compare
Choose a tag to compare
  • commit to /etc/ssh/sshd_config.d where supported, the templates for /etc/ssh/sshd_config are from packages without any changes to ensure the Include exists
  • adds molecule tests
  • adds support for Ubuntu Jammy
  • drops RHEL7 support
  • drops Ubuntu Xenial support