summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/nas/tasks/generic/samba.yml
blob: c1e58b8943e55e566e0d7e30b245c5665d455fe3 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: add smb.conf
  copy:
    src: smb.conf
    dest: /etc/samba/smb.conf

# TODO: Enable 50.samba and 60.nfs event scripts

- import_tasks: samba-once.yml
  run_once: true