Skip to content

Commit df9915a

Browse files
authored
Merge pull request #27 from starcraft66/master
Add variable to apply the rule to routed/forwarded packets.
2 parents 7090892 + 1c146d1 commit df9915a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
from_port: "{{ item.from_port | default('') }}"
8484
to_port: "{{ item.to_port | default('') }}"
8585
protocol: "{{ item.protocol | default('any') }}"
86+
route: "{{ item.route | default(omit) }}"
8687
log: "{{ item.log | default(false) }}"
8788
with_items: "{{ ufw_rules }}"
8889
notify: reload ufw

0 commit comments

Comments
 (0)