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:
12
roles/samba/tasks/config.yaml
Normal file
12
roles/samba/tasks/config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user