mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
21 lines
553 B
YAML
21 lines
553 B
YAML
---
|
|
ansible_host: 192.168.1.200
|
|
|
|
# RAID5
|
|
raid_uuid: "3add8360-fa01-47eb-8aa1-0e84bacbbc15"
|
|
raid_mount: /srv/data
|
|
|
|
# NFS exports
|
|
nfs_exports:
|
|
- path: /srv/data/nfs/k8s
|
|
network: "{{ cluster_network }}"
|
|
options: "rw,sync,no_subtree_check,no_root_squash"
|
|
- path: /srv/data/models
|
|
network: "{{ cluster_network }}"
|
|
options: "rw,sync,no_subtree_check,no_root_squash"
|
|
|
|
# Chemins services (sous le RAID)
|
|
hermes_data_dir: /srv/data/hermes
|
|
postgres_data_dir: /srv/data/postgres
|
|
qdrant_data_dir: /srv/data/qdrant
|
|
minio_data_dir: /srv/data/minio
|