mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-13 14:34:41 +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
7
ansible/roles/nfs_client/defaults/main.yml
Normal file
7
ansible/roles/nfs_client/defaults/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
nfs_server_ip: 192.168.10.1
|
||||
nfs_server_export: /srv/data/nfs/k8s
|
||||
|
||||
nfs_client_mounts:
|
||||
- local_path: /mnt/nfs
|
||||
remote_export: "{{ nfs_server_export }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue