Author: Robert Kaussow <mail@geeklabor.de>
Date:   Sun Jan 26 16:21:00 2020 +0100

    update var description
This commit is contained in:
Robert Kaussow 2020-01-26 15:24:04 +00:00
parent 4d6d59148c
commit 4371cbb903

View File

@ -27,7 +27,7 @@ smb_packages:
### smb_shares
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/` and not in the fstab directly.
Mount defined samba shares. You can specify samba credentials with the `username` and `password` parameter. Given credentials will be used in a secrets file and saved to `/root/.smbcredentials/` instead of the direct use in `/etc/fstab`. If secrets are defined for a list item, the secrest file will also be passed automatically to `mountopts`. The `state` parameter is related to the possible state values of Ansibles [mount](https://docs.ansible.com/ansible/latest/modules/mount_module.html) module.
#### Default value