ansible-firewalld-role icon indicating copy to clipboard operation
ansible-firewalld-role copied to clipboard

zone defaults to public, instead of default_zone

Open goniomdq opened this issue 4 years ago • 1 comments

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 avatar Sep 06 '20 22:09 goniomdq

@goniomdq Thank you for this enhancement hint, I'll try it.

FlatKey avatar Dec 18 '20 23:12 FlatKey