Remove the firewalld role and firewall configurations in individual roles. The firewalld service is not well supported by Ansible, and firewalls are not supported on hosts that run Kubernetes, so a general case firewall will not ultimately work.
Until something better can be managed (possibly libvirt network filters), remove all firewall configurations from all physical and virtual machines in the Lab environment. The network router will still have firewall controls between subnets, just not within subnets.
Checklist
Please confirm the following checks:
[x] My pull request follows the guidelines set out in CONTRIBUTING.md.
[ ] I have performed a self-review of my code and run any tests locally to check.
[ ] I have added tests that prove my changes are effective and work correctly.
[x] I have made corresponding changes to the documentation as needed.
[x] I have checked my code and corrected any misspellings.
[x] Each commit in this pull request has a meaningful subject & body for context.
[x] I have squashed all "fix(up)" commits to provide a clean code history.
[x] My pull request has an appropriate title and description for context.
[ ] I have linked this pull request to other issues or pull requests as needed.
[x] I have added type/..., changes/..., and 'release/...' labels as needed.
Remove the
firewalld
role and firewall configurations in individual roles. Thefirewalld
service is not well supported by Ansible, and firewalls are not supported on hosts that run Kubernetes, so a general case firewall will not ultimately work.Until something better can be managed (possibly
libvirt
network filters), remove all firewall configurations from all physical and virtual machines in the Lab environment. The network router will still have firewall controls between subnets, just not within subnets.Checklist
Please confirm the following checks:
CONTRIBUTING.md
.type/...
,changes/...
, and 'release/...' labels as needed.