debops / ansible-ferm

Manage iptables firewall using ferm
GNU General Public License v3.0
33 stars 20 forks source link

Don't try to flush rules if ferm is disabled #26

Closed drybjed closed 9 years ago

drybjed commented 9 years ago

'debops.ferm' will now remember current enabled/disabled state in local Ansible facts. This way if ferm might not be installed (because for example, it never was enabled), role won't try and flush its rules automatically.