🚀: new NAS

This commit is contained in:
VC
2024-10-26 10:07:10 +02:00
parent ca6a0cbb9e
commit 21be1afeac
21 changed files with 143 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Restart NFS
ansible.builtin.service:
name: nfs-server
enabled: true
state: restarted