mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-13 00:34:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
10
ansible/roles/nfs_server/defaults/main.yml
Normal file
10
ansible/roles/nfs_server/defaults/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
raid_device: /dev/md127
|
||||
raid_uuid: "3add8360-fa01-47eb-8aa1-0e84bacbbc15"
|
||||
raid_fstype: ext4
|
||||
raid_mount: /srv/data
|
||||
|
||||
nfs_exports:
|
||||
- path: /srv/data/nfs/k8s
|
||||
network: "{{ cluster_network }}"
|
||||
options: "rw,sync,no_subtree_check,no_root_squash"
|
||||
Loading…
Add table
Add a link
Reference in a new issue