Skip to content

Releases: robertdebock/ansible-role-fail2ban

Slack notifications

11 Apr 06:59
Compare
Choose a tag to compare

Slack notifications work!

Cleanup-royal

25 Mar 05:34
Compare
Choose a tag to compare

A lot of complexity has been removed from this role in order to make the role more readable and maintainable.

  • ara integration is removed, I was not using it.
  • goss integration has been removed, it's difficult to describe tests for multiple platforms and added test-time.
  • {{ role_name }}_ignore_docker has been removed, it introduces more issues than it solves.
  • {{ role_name }}_package_state has been removed, I've never used it.
  • README.md has been updated with a new template.
  • Molecule now uses prepare.yml, saving a bit of time on idempotency tests.

A major release bump, because two variable have been removed, {{ role_name }}_ignore_docker and {{ role_name }}_package_state.

Configuration

20 Feb 11:37
Compare
Choose a tag to compare

Thanks to @till, this role can now partially configure fail2ban.

Solved #2

Docs updated

10 Jan 20:30
Compare
Choose a tag to compare

The docs have been updated to better explain how to lint.

Fedora bump

13 Dec 04:50
Compare
Choose a tag to compare

Tests on Fedora 29 now.

Consistency

06 Dec 06:06
Compare
Choose a tag to compare

This release includes:

  • Rename of (internally used) variables to preceed {{ role_name }}_.
  • Fix for Fedora Rawhide which uses python-3.
  • Fix for lint rule 405

Lesser ist besser

29 Nov 04:32
Compare
Choose a tag to compare

This release features:

  • Tests on less version of Ansible.
  • Tasks are not skipped on Docker by default.
  • Updated documentation.

Simpler is better

11 Nov 13:03
Compare
Choose a tag to compare

In order to make the tasks more readable and better maintainable, the variable structure has been improved.

Meta

23 Oct 05:05
Compare
Choose a tag to compare

Mostly meta fixes and cleanups. This means this role is ready for Galaxy 3.0.3 with quality assessments.

Ansible Fest 2018

08 Oct 05:46
Compare
Choose a tag to compare

All the goodness seen on Ansible Fest 2018, implemented into this role.