--- # Part of role: nfs-server # Called by: ansible/playbooks/setup-nfs-debian.yaml # Description: Default variables for the nfs-server role including export path, allowed client IP, and UFW-allowed SMB source networks. nfs_export_path: /mnt/storage nfs_allowed_ip: 10.10.40.53 smb_allowed_subnets: - 10.10.10.0/24 - 10.10.40.0/24