c1e58b8943e55e566e0d7e30b245c5665d455fe3
[tridge/autocluster.git] / ansible / node / roles / nas / tasks / generic / samba.yml
1 ---
2 - name: add smb.conf
3   copy:
4     src: smb.conf
5     dest: /etc/samba/smb.conf
6
7 # TODO: Enable 50.samba and 60.nfs event scripts
8
9 - import_tasks: samba-once.yml
10   run_once: true