doc: add ufw description

This commit is contained in:
Clément Désiles
2025-11-10 18:25:55 +01:00
parent 83b6a38999
commit cab15e590e
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -35,4 +35,5 @@
port: "{{ nfs_port }}"
proto: any
direction: in
comment: "Network File System (NFS)"
with_items: "{{ nfs_server_firewall_allowed_sources | default([]) }}"