Skip to content

Releases: punktDe/ansible-proserver-system

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

1.3.0

25 Jan 08:09
03df37b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

28 Oct 11:08
Compare
Choose a tag to compare

Refactor the authorized_keys module

1.2.0

27 Oct 13:05
68ea0c8
Compare
Choose a tag to compare

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

19 Oct 09:35
Compare
Choose a tag to compare

Fix Ansible error when ansible_user is not defined