debops / ansible-ferm

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

reload libvirt after ferm with post hook #84

Closed bleuchtang closed 8 years ago

drybjed commented 8 years ago

This should rather go into the debops.libvirtd role, since not every host has libvirt installed.

debops.libvirtd already has dependency on debops.ferm so all you need to do, is to add an additional entry on that list with your ferm configuration. The playbook will do the rest. :-)

drybjed commented 8 years ago

And yes, I know about the fail2ban "precedency", that will probably be moved out at some point since it was added before debops.ferm was redesigned.

bleuchtang commented 8 years ago

You right! I made a PR on debops/ansible-libvirtd/pull/4