ansible-firewalld-role
ansible-firewalld-role copied to clipboard
zone defaults to public, instead of default_zone
Most tasks where a zone is required default to 'public'. I suggest they should default to 'default_zone' and then to public, which can be achieved by doing this: zone: "{{ item.value.zone|default(default_zone|default('public')) }}"
@goniomdq Thank you for this enhancement hint, I'll try it.