Add tags to every main task

fixed aya01s fstab with new raid
added samba to aya01

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-27 21:51:41 +01:00
parent 1fdeaf2ded
commit 9851a25ea6
7 changed files with 312 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Copy "{{ smb_config }}"
template:
src: "{{ smb_config }}"
dest: /etc/samba/smb.conf
become: true
- name: Restart nmbd.service
systemd:
name: nmbd
state: restarted
become: true