# {{ ansible_managed }} # CIFS credentials for the TrueNAS shares consumed by immich. # # This file exists so the password stops living in /etc/fstab, which is # world-readable (0644) by design -- every local user could read the SMB # credential straight out of it. Mounted via credentials= instead. username={{ cifs_username }} password={{ cifs_password }}