`etat: planifie` etait l'heritage du modele : `flotte-creer` ne cree que les hotes ACTIFS, donc le deploiement n'aurait fabrique aucune machine. Passer a `actif` est la declaration d'intention — « je veux que cette machine existe » — et c'est le seul geste qui la transforme en VM. L'inventaire regenere ne porte plus que trois integrations : client_backup, client_pki, client_unbound. `client_journal` et `client_metrique` sont tombes d'eux-memes — patient 0 n'a ni Loki ni Prometheus, et le moteur sait desormais qu'une integration universelle sans service central n'a personne a qui parler. Dependances causales : OK. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
104 lines
2.9 KiB
YAML
104 lines
2.9 KiB
YAML
# Inventaire GENERE depuis le plan (make instancier / instancier-appliquer).
|
|
# NE PAS editer a la main : edite instance/plan/serveurs.yml + instance/plan/applications.yml.
|
|
# Source : instance/plan/serveurs.yml + instance/plan/applications.yml + instance/plan/nomenclature.yml.
|
|
all:
|
|
children:
|
|
client_backup:
|
|
hosts:
|
|
forge-01: null
|
|
infra-pki-01: null
|
|
client_pki:
|
|
hosts:
|
|
forge-01: null
|
|
infra-dns-01: null
|
|
infra-edge-01: null
|
|
infra-pki-01: null
|
|
client_unbound:
|
|
hosts:
|
|
forge-01: null
|
|
infra-edge-01: null
|
|
infra-pki-01: null
|
|
hotes_actifs:
|
|
hosts:
|
|
forge-01:
|
|
ansible_host: 10.29.21.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_coeurs: 1
|
|
proxmox_disque_taille: 80G
|
|
proxmox_etiquette_vlan: ''
|
|
proxmox_memoire: 2048
|
|
proxmox_passerelle: 10.29.21.1
|
|
proxmox_pont: t29appl
|
|
proxmox_vlan: 1296
|
|
proxmox_vmid: 129601101
|
|
setops_supernet: 10.29.0.0/16
|
|
infra-dns-01:
|
|
ansible_host: 10.29.19.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_coeurs: 1
|
|
proxmox_disque_taille: 40G
|
|
proxmox_etiquette_vlan: ''
|
|
proxmox_memoire: 1536
|
|
proxmox_passerelle: 10.29.19.1
|
|
proxmox_pont: t29serv
|
|
proxmox_vlan: 1294
|
|
proxmox_vmid: 129401101
|
|
setops_supernet: 10.29.0.0/16
|
|
infra-edge-01:
|
|
ansible_host: 10.29.16.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_coeurs: 1
|
|
proxmox_disque_taille: 15G
|
|
proxmox_etiquette_vlan: ''
|
|
proxmox_memoire: 1536
|
|
proxmox_passerelle: 10.29.16.1
|
|
proxmox_pont: t29fron
|
|
proxmox_vlan: 1291
|
|
proxmox_vmid: 129101101
|
|
sans_exposition:
|
|
- forge.genese.internal
|
|
setops_supernet: 10.29.0.0/16
|
|
infra-pki-01:
|
|
ansible_host: 10.29.19.21
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_coeurs: 1
|
|
proxmox_disque_taille: 32G
|
|
proxmox_etiquette_vlan: ''
|
|
proxmox_memoire: 1024
|
|
proxmox_passerelle: 10.29.19.1
|
|
proxmox_pont: t29serv
|
|
proxmox_vlan: 1294
|
|
proxmox_vmid: 129402101
|
|
setops_supernet: 10.29.0.0/16
|
|
hotes_planifies:
|
|
hosts: {}
|
|
modeles_vm:
|
|
hosts: {}
|
|
serveur_debian:
|
|
hosts:
|
|
forge-01: null
|
|
infra-dns-01: null
|
|
infra-edge-01: null
|
|
infra-pki-01: null
|
|
serveur_durci:
|
|
hosts:
|
|
forge-01: null
|
|
infra-dns-01: null
|
|
infra-edge-01: null
|
|
infra-pki-01: null
|
|
serveur_forgejo:
|
|
hosts:
|
|
forge-01: null
|
|
serveur_nginx:
|
|
hosts:
|
|
infra-edge-01: null
|
|
serveur_powerdns:
|
|
hosts:
|
|
infra-dns-01: null
|
|
serveur_step_ca:
|
|
hosts:
|
|
infra-pki-01: null
|