This commit is contained in:
parent
1d1eefe969
commit
0110e6ba79
1 changed files with 1 additions and 2 deletions
|
|
@ -60,8 +60,7 @@
|
|||
direction: "in"
|
||||
proto: "{{ item.proto | default('tcp') }}"
|
||||
from_ip: "{{ item.from_ip }}"
|
||||
to_port:
|
||||
"{{ omit if (item.proto | default('tcp')) in common_firewall_portless_protocols else item.to_port }}"
|
||||
to_port: "{{ omit if (item.proto | default('tcp')) in firewall_portless_protocols else item.to_port }}"
|
||||
loop: "{{ __firewall_all_rules }}"
|
||||
loop_control:
|
||||
label: " {{ item.name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue