homelab/roles/samba/handlers/main.yml

11 lines
205 B
YAML
Raw Normal View History

2022-12-02 21:23:33 +01:00
---
- name: restart-smbd
service:
name: smbd
state: restarted
2023-12-24 20:52:13 +01:00
- name: smbpasswd-lambroek
shell:
cmd: "smbpasswd -sa lambroek"
stdin: "{{ lambroek_password }}\n{{ lambroek_password }}"