[c] bugfix
This commit is contained in:
parent
8c4e3f3781
commit
08ce3b79a4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
default: allow
|
default: allow
|
||||||
direction: incoming
|
direction: incoming
|
||||||
src: "{{ common_firewall_internal_subnet }}"
|
src: "{{ common_firewall_internal_subnet }}"
|
||||||
when: "{{ common_firewall_allow_internal_incoming }}"
|
when: "common_firewall_allow_internal_incoming"
|
||||||
|
|
||||||
- name: Reject incoming connections on WAN interface by default
|
- name: Reject incoming connections on WAN interface by default
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
|
|
Loading…
Reference in a new issue