mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
7 lines
159 B
YAML
7 lines
159 B
YAML
---
|
|
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 }}"
|