Skip to content

Releases: f500/ansible-ufw

v4.1.0

09 Oct 07:46
Compare
Choose a tag to compare
update the galaxy role info + push to galaxy

v4.0.3

21 Apr 12:02
bcd53d0
Compare
Choose a tag to compare
Update README.md

Confirm support for Debian Buster

17 Apr 17:34
342e8c2
Compare
Choose a tag to compare
v4.0.2

Update main.yml

Adds direction to the default policy

05 Mar 06:12
ea5e566
Compare
Choose a tag to compare

The Ansible UFW command requires a direction set failing in doing so results in an error:
ansible/ansible@4d3d8dd#diff-476edcbbb72b9029f5b116b4c813c076
'For default, direction must be one of "outgoing", "incoming" and "routed".'

We do not need to raise the minimum Ansible version as the change that causes the issue is mere validation only. The direction as a parameter was added in 1.6.

Merge with ufw_rules

07 Dec 11:10
a4f4f57
Compare
Choose a tag to compare
Merge pull request #5 from f500/integrate-rules

Merge ufw_rules tasks into this role