Skip to content

Releases: FlatKey/ansible-firewalld-role

v1.3.0

29 Jun 23:42
Compare
Choose a tag to compare

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

15 Feb 00:05
Compare
Choose a tag to compare

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

25 Apr 20:29
Compare
Choose a tag to compare
  • fixed 'firewalld_purge_services' is undefined error for this optional variable

v1.2.2

16 Apr 21:28
Compare
Choose a tag to compare
  • added option firewalld_purge_services
  • changed code style and quality

v1.2.0

15 Apr 23:05
Compare
Choose a tag to compare
  • added support for multiple interfaces per zone
  • added idempotency for zone interface task

v1.1.3

24 Mar 23:11
Compare
Choose a tag to compare

enhanced idempotency

v1.1.2

24 Mar 18:48
Compare
Choose a tag to compare

enhanced code quality

v1.1.1

24 Mar 01:47
Compare
Choose a tag to compare

added a tag to all tasks

v1.1.0

06 May 02:04
Compare
Choose a tag to compare

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

20 Apr 20:26
Compare
Choose a tag to compare
fixed skipping with_dict when undefined for ansible 2 compatibility