2022-05-14 04:45:47 +00:00
|
|
|
---
|
|
|
|
collectd_network_server: 192.168.2.240
|
|
|
|
collectd_network_port: 25826
|
2022-06-01 14:24:25 +00:00
|
|
|
|
|
|
|
ssh_publickey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB7aeBuq7TC8bRATkXa3QY4icPSz9apd2ZSVfnMZD+ta waha@Combava-2022-03-23"
|
2022-06-02 13:31:12 +00:00
|
|
|
|
|
|
|
#ansible_become_pass: "{{ lookup('passwordstore', 'home/nas/admin')}}"
|
|
|
|
|
2022-06-02 15:54:32 +00:00
|
|
|
|
2022-06-02 13:31:12 +00:00
|
|
|
nfs_exports:
|
|
|
|
- src: '/mnt/DocNas/Benjamin'
|
|
|
|
allowedIP: '192.168.2.0/24'
|
2022-06-02 15:54:32 +00:00
|
|
|
options: 'rw,sync,all_squash,anonuid=998,anongid=100,no_subtree_check'
|
2022-06-02 13:31:12 +00:00
|
|
|
- src: '/mnt/DocNas/Commun'
|
|
|
|
allowedIP: '192.168.2.0/24'
|
2022-06-02 15:54:32 +00:00
|
|
|
options: 'rw,sync,all_squash,anonuid=998,anongid=100,no_subtree_check'
|
2022-06-02 13:31:12 +00:00
|
|
|
- src: '/mnt/DocNas/Margot'
|
|
|
|
allowedIP: '192.168.2.0/24'
|
2022-06-02 15:54:32 +00:00
|
|
|
options: 'rw,sync,all_squash,anonuid=998,anongid=100,no_subtree_check'
|
|
|
|
|
|
|
|
samba_exports:
|
|
|
|
- name: Scans
|
|
|
|
comment: "Dépots des documents scannés"
|
|
|
|
browsable: 'yes'
|
|
|
|
public: 'yes'
|
|
|
|
writable: 'yes'
|
|
|
|
path: "/mnt/DocNas/Commun/Scans"
|
|
|
|
|
|
|
|
- name: Margot
|
|
|
|
comment: "Documents de Margot pour accès depuis windows"
|
|
|
|
browsable: 'yes'
|
|
|
|
public: 'yes'
|
|
|
|
writable: 'yes'
|
|
|
|
path: "/mnt/DocNas/Margot"
|