Releases: CSCfi/ansible-ferm-firewall
Releases · CSCfi/ansible-ferm-firewall
v1.3.1
remove flowdock reference from .travis.yml
v1.2.9
- Make sure ferm is running and remove some useless cruft
v1.2.7
- use /etc/ferm/ferm.conf instead of /etc/ferm.conf
v1.2.6
- use the same file locations for all Linux
v1.2.5
- fix fermreloaded not registering
- fix warnings
- simplify requirements task
v1.2.4
- fix test
- fix fermreloaded not registering
- do not print the whole ferm_rules variable content
v1.2.3
Actually delete the ferm firewall backup files
v1.2.2
- Normalize/change to YAML syntax all over the tasks/main.yml
- #5 - add a regexp to the lineinfile task to add the @include line into ferm.conf. Without it the task was breaking in ansible 2.5.0 with IndexError.