We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7090892 + 1c146d1 commit df9915aCopy full SHA for df9915a
tasks/main.yml
@@ -83,6 +83,7 @@
83
from_port: "{{ item.from_port | default('') }}"
84
to_port: "{{ item.to_port | default('') }}"
85
protocol: "{{ item.protocol | default('any') }}"
86
+ route: "{{ item.route | default(omit) }}"
87
log: "{{ item.log | default(false) }}"
88
with_items: "{{ ufw_rules }}"
89
notify: reload ufw
0 commit comments