zuul-jobs/roles/persistent-firewall
Clark Boylan a554a401ea Use present for package state instead of installed
Ansible 2.9 does not accept the "installed" state so we need to update
occurences of that to "present".

Change-Id: I13c95794efc63697c2418334ded7c6912bd7b59f
2019-12-17 08:24:05 -08:00
..
tasks Use present for package state instead of installed 2019-12-17 08:24:05 -08: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.