CU-1gexut1 Added NFS and Samba storage to home server

This commit is contained in:
Bastian de Byl
2021-09-12 19:21:28 -04:00
parent b377a45876
commit 76cd39b449
11 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: restart_nfs
become: true
service:
name: nfs-server.service
state: restarted
enabled: true
- name: reload_exports
become: true
shell: exportfs -arv