Decom samba
This commit is contained in:
parent
a4f4b5bb10
commit
822fadc6b4
@ -18,18 +18,18 @@
|
|||||||
nfs_exports:
|
nfs_exports:
|
||||||
- "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.24.0.0/16(rw,no_root_squash,sync)"
|
- "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.24.0.0/16(rw,no_root_squash,sync)"
|
||||||
tags: [ storage, nfs ]
|
tags: [ storage, nfs ]
|
||||||
- role: bertvv.samba
|
# - role: bertvv.samba
|
||||||
vars:
|
# vars:
|
||||||
samba_users:
|
# samba_users:
|
||||||
- name: salt
|
# - name: salt
|
||||||
password: "{{ samba_user_salt_password }}"
|
# password: "{{ samba_user_salt_password }}"
|
||||||
samba_shares:
|
# samba_shares:
|
||||||
- name: media
|
# - name: media
|
||||||
browseable: yes
|
# browseable: yes
|
||||||
comment: 'Mass storage for all the things'
|
# comment: 'Mass storage for all the things'
|
||||||
group: salt
|
# group: salt
|
||||||
guest_ok: yes
|
# guest_ok: yes
|
||||||
owner: 911
|
# owner: 911
|
||||||
public: yes
|
# public: yes
|
||||||
path: /nfs
|
# path: /nfs
|
||||||
tags: [ storage, samba, smb ]
|
# tags: [ storage, samba, smb ]
|
||||||
|
Loading…
Reference in New Issue
Block a user