Releases: FlatKey/ansible-firewalld-role
Releases · FlatKey/ansible-firewalld-role
v1.3.0
There were improvements to the existing configuration options, Thanks to @pavel-z1 !
- 'firewalld_service_rules' now supports to configure the same service for different zones
- 'firewalld_zone_interface' has been replaced by 'firewalld_zone_interfaces' which allows a pretty possibility to configure multiple interfaces to a zone. Configurations within 'firewalld_zone_interface' will be ignored, place review your configuration!
v1.2.4
Fixed issue with hardcoded interface name and zone in system configuration check to ensure the network interfaces are in the wanted firewall zones.
v1.2.3
- fixed 'firewalld_purge_services' is undefined error for this optional variable
v1.2.2
- added option firewalld_purge_services
- changed code style and quality
v1.2.0
- added support for multiple interfaces per zone
- added idempotency for zone interface task
v1.1.0
Configurable Firewalld options:
- default zone
- interface of a zone
- source of a zone
- service rules
- port rules
- rich rules (added in this release)
v1.0.1
fixed skipping with_dict when undefined for ansible 2 compatibility