Skip to content

Commit

Permalink
add domain support for cifs mount
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Apr 8, 2024
1 parent ae0e0ac commit f566c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/cifs_mount/templates/credentials_file.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{% if cifs_mount.credential_domain is defined and cifs_mount.credential_domain != '' %}
domain={{ cifs_mount.credential_domain }}
{% endif %}
username={{ cifs_mount.credential_user }}
password={{ cifs_mount.credential_password }}

0 comments on commit f566c2d

Please sign in to comment.