2026-06-24 20:17:46 -04:00
|
|
|
---
|
2026-07-05 01:11:52 -04:00
|
|
|
# MODÈLE « socle » — infrastructure de base (4 VM) : edge, DNS, PKI, magasin mail.
|
|
|
|
|
# Zones/VLAN alignés sur integral (un socle peut grandir vers un écosystème complet).
|
|
|
|
|
# index : ⚠️ REMPLACER par l'index unique du tenant (préfixe VMID + supernet 10.(10+index)).
|
|
|
|
|
index: 1
|
|
|
|
|
supernet: 10.11.0.0/16
|
|
|
|
|
vmid_schema: ip-miroir
|
2026-06-24 20:17:46 -04:00
|
|
|
cidr_hote: 24
|
2026-07-05 01:11:52 -04:00
|
|
|
reservations: { passerelle: 1, reserve_min: 2, reserve_max: 9 }
|
2026-06-24 20:17:46 -04:00
|
|
|
categories:
|
2026-07-05 01:11:52 -04:00
|
|
|
1: { libelle: Frontiere, vlan: 16, sous_reseau: 10.11.16.0/24, passerelle: 10.11.16.1 }
|
|
|
|
|
4: { libelle: Services-infra, vlan: 19, sous_reseau: 10.11.19.0/24, passerelle: 10.11.19.1 }
|
2026-06-24 20:17:46 -04:00
|
|
|
fonctions:
|
2026-07-05 01:11:52 -04:00
|
|
|
infra-edge: { categorie: 1, service: 1 }
|
|
|
|
|
infra-dns: { categorie: 4, service: 1 }
|
|
|
|
|
infra-pki: { categorie: 4, service: 2 }
|
|
|
|
|
infra-mail: { categorie: 4, service: 3 }
|