Update Samba and WireGuard configuration
- Adjust Samba config file permissions to 644 - Introduce PresharedKey option in WireGuard config template
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
ansible.builtin.template:
|
||||
src: smb.conf.j2
|
||||
dest: /etc/samba/smb.conf
|
||||
mode: "700"
|
||||
mode: "644"
|
||||
notify: restart_samba
|
||||
|
||||
- name: Start smbd and enable on boot
|
||||
|
Reference in New Issue
Block a user