zuul-jobs/roles/persistent-firewall
Clark Boylan 3c60b35a19 Replace command with shell in persistent-firewall
We continue to see the odd task rc of -13 when running iptables-save to
store persistent set of firewall rules. Switch to shell to give us a bit
more debugging freedom if necessary (and to rule out the command
module).

Change-Id: I0c0208101cad985d4113de6b636c3816613b778c
2019-10-02 10:18:38 -07:00
..
tasks Replace command with shell in persistent-firewall 2019-10-02 10:18:38 -07: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.