Skip to content

Releases: punktDe/ansible-proserver-system

2.3.0

16 Dec 10:48
eb061b0
Compare
Choose a tag to compare

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

  • @mpeu made their first contribution in #22

Full Changelog: 2.2.0...2.3.0

2.2.0

18 Nov 11:33
d5a1f4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.2.0

2.1.2

14 Nov 15:29
5d351ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

07 Nov 14:54
b7a8fd2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

10 Sep 14:12
2c41527
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

28 Aug 13:24
ff3b778
Compare
Choose a tag to compare

Breaking change: sshd and motd features are now enabled by default with sane defaults (PasswordAuthentication no, PermitRootLogin no)

What's Changed

Full Changelog: 1.5.1...2.0.0

1.5.1

26 Jan 07:58
Compare
Choose a tag to compare

This release fixes a task failure when no authorized keys are defined

1.5.0

11 Jan 14:34
24b08e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.5.0

1.4.1

16 Nov 07:46
d4b5c22
Compare
Choose a tag to compare

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

09 Oct 07:52
a6355d3
Compare
Choose a tag to compare
  • Add the ability to customize the ASCII login art
  • Fix user handling on FreeBSD