JGoutin / ansible_home

A collection of Ansible roles for home free software self-hosting.
https://galaxy.ansible.com/jgoutin/home
GNU General Public License v3.0
31 stars 6 forks source link

common: Allow to setup SMB credentials #61

Open JGoutin opened 1 year ago

JGoutin commented 1 year ago

With file (To use with credentials=CRED_FILE_PATH mount option)

username={{ username }}
password={{ password }}
domain={{ domain }}
JGoutin commented 1 year ago

Started in "smb_credentials" branch.