zuul-jobs/roles/multi-node-firewall
James E. Blair f88eb51b71 Protect hostvars iterations from implicit localhost
Ansible-core 2.16.4 appears to have a behavior change where it
will include the implicit localhost in hostvars, which means that
any location we iterate over hostvars and assume it's a real host
could throw an exception.  To avoid that, add checks that the
variables we are about to access on the host exist.

Change-Id: Iff89da761e5f6748b454610a64c2fdd4f5e56a77
2024-12-04 13:47:20 -08:00
..
defaults Introduce iptables_package var 2022-01-19 15:11:08 +05:30
tasks Protect hostvars iterations from implicit localhost 2024-12-04 13:47:20 -08:00
vars Introduce iptables_package var 2022-01-19 15:11:08 +05:30
README.rst Introduce iptables_package var 2022-01-19 15:11:08 +05:30

Multinode firewall is configured.

This role is intended to install iptables and configure firewall.

Role Variables