zuul-jobs/roles/persistent-firewall
David Moreau Simard c5a5b6b3f7 Ensure iptables-services is installed when persisting firewall config
iptables-services might not be installed and is required if we're
expecting to be able to start a service called "iptables".

Installing that package is what provides the 'iptables' systemd unit
file.

Change-Id: Ic4ccbc3a0fb531d3d3b7924d22ed0b993a689622
2018-06-29 20:49:53 +00:00
..
tasks Ensure iptables-services is installed when persisting firewall config 2018-06-29 20:49:53 +00:00
README.rst Persist iptables rules 2017-10-31 17:39:32 -04:00

Saves current iptables rules for both ipv4 and ipv6 and makes them persistent so that they are available if iptables or the instance is restarted.

This role can be re-used more than once in order to persist new rules.