feat: intergrate SAMBA Nas role
This commit is contained in:
parent
5188d865d8
commit
993753f284
22
ansible/group_vars/NAS/samba
Normal file
22
ansible/group_vars/NAS/samba
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
samba_passdb_backend: tdbsam
|
||||||
|
samba_shares_root: /exports
|
||||||
|
samba_shares:
|
||||||
|
- name: media
|
||||||
|
comment: "media"
|
||||||
|
write_list: @NAS_media
|
||||||
|
browseable: true
|
||||||
|
- name: ebook
|
||||||
|
comment: "ebook"
|
||||||
|
write_list: @NAS_ebook
|
||||||
|
browseable: true
|
||||||
|
- name: music
|
||||||
|
comment: "music"
|
||||||
|
write_list: @NAS_music
|
||||||
|
browseable: true
|
||||||
|
- name: photo
|
||||||
|
comment: "photo"
|
||||||
|
write_list: @NAS_photo
|
||||||
|
browseable: true
|
||||||
|
|
||||||
|
samba_load_homes: True
|
||||||
|
|
@ -34,4 +34,5 @@
|
|||||||
become: true
|
become: true
|
||||||
- role: ansible-role-vsftpd
|
- role: ansible-role-vsftpd
|
||||||
become: true
|
become: true
|
||||||
#- samba
|
- role: vladgh.samba.server
|
||||||
|
become: true
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
roles:
|
||||||
- src: ssh://git@git.ducamps.eu:2222/ansible-roles/ansible-arch-provissionning.git
|
- src: ssh://git@git.ducamps.eu:2222/ansible-roles/ansible-arch-provissionning.git
|
||||||
scm: git
|
scm: git
|
||||||
- src: ssh://git@git.ducamps.eu:2222/ansible-roles/ansible-role-postgresql.git
|
- src: ssh://git@git.ducamps.eu:2222/ansible-roles/ansible-role-postgresql.git
|
||||||
@ -40,5 +41,5 @@
|
|||||||
- src: git@github.com:vincentDcmps/ansible-role-nfs.git
|
- src: git@github.com:vincentDcmps/ansible-role-nfs.git
|
||||||
scm: git
|
scm: git
|
||||||
- src: https://github.com/PowerDNS/pdns_recursor-ansible.git
|
- src: https://github.com/PowerDNS/pdns_recursor-ansible.git
|
||||||
- src: ssh://git@git.ducamps.eu:2222/ansible-roles/ansible-role-samba.git
|
collections:
|
||||||
scm: git
|
- name: vladgh.samba
|
||||||
|
Loading…
Reference in New Issue
Block a user