name: Pull request
about: Describe the proposed change
Describe the change
This patch allows to add an interface to a selected zone only on operating systems with firewalld. There is a new list variable firewall_interfaces. Example usage:
Testing
Tests where done in a new molecule scenario called physical (maybe rename or remove it if there are better options) only on selected operating systems which might be used with firewalld service.
Fixes #4
name: Pull request about: Describe the proposed change
Describe the change This patch allows to add an interface to a selected zone only on operating systems with firewalld. There is a new list variable
firewall_interfaces
. Example usage:Testing Tests where done in a new molecule scenario called
physical
(maybe rename or remove it if there are better options) only on selected operating systems which might be used with firewalld service.