mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update main.yml
This commit is contained in:
parent
bba7f9455f
commit
9bdff6a9a6
1 changed files with 12 additions and 5 deletions
|
@ -1,6 +1,13 @@
|
|||
---
|
||||
smbuser : smbuser
|
||||
smbpassword : $6$51iiab$VXzRJK88k9k8SXd5sjs37bEbVQ9x4ob1ng7A5PSGyoVXTKQrhu.89BRuXZAgn8a2DPqZkKDcCpqCZVOs.cieT/
|
||||
# Samba: do a security audit seriously before deploying this.
|
||||
|
||||
# samba_install: False
|
||||
# samba_enabled: False
|
||||
|
||||
# shared_dir : "{{ content_base }}/public" # /library/public
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
smbuser : smbuser
|
||||
smbpassword : $6$51iiab$VXzRJK88k9k8SXd5sjs37bEbVQ9x4ob1ng7A5PSGyoVXTKQrhu.89BRuXZAgn8a2DPqZkKDcCpqCZVOs.cieT/
|
||||
# python -c 'import crypt; print crypt.crypt("smbpw", "$6$51iiab")'
|
||||
shared_dir : /library/public
|
||||
samba_enabled : false
|
||||
|
|
Loading…
Reference in a new issue