first commit

This commit is contained in:
jerick
2026-04-20 14:51:45 -04:00
commit c059b9fd84
6 changed files with 237 additions and 0 deletions

12
playbooks/nfs.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Install NFS and configure mounts
hosts: all
become: true
gather_facts: true
vars:
install_nfs_folder: false
install_nfs_vault: false
roles:
- nfs