Robert Kaussow
3fd2e1ba9d
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
583 B
YAML
23 lines
583 B
YAML
---
|
|
smb_packages:
|
|
- cifs-utils
|
|
|
|
# @var smb_shares:description: >
|
|
# Add mount defined samba shares. You can specify samba credentials with
|
|
# username/password parameter. Credentials will be used in a credentials file
|
|
# and saved to `/root/.smbcredentials/<name>` and not in the fstab directly.
|
|
|
|
# @var smb_shares:example: >
|
|
# smb_shares:
|
|
# - name: multimedia
|
|
# source: //share.example.com/media
|
|
# username: myuser
|
|
# password: secure
|
|
# mountpoint: /media/data
|
|
# mountopts:
|
|
# - acl
|
|
# - uid=1000
|
|
# - gid=1000
|
|
# state: mounted
|
|
smb_shares: []
|