Registres (source unique): - docs/nomenclature.yml: domaines, VMID, plan d'adressage 10.1.0.0/16 segmente. - docs/bases-donnees.yml: bases applicatives (1 appli -> 1 base -> 1 owner -> 1 DSN). Roles de service: - Reseau/edge/PKI/mail: nginx, step_ca, sendmail. - Donnees/identite: postgresql (consommateur du registre BD), redis, openldap, keycloak. - Observabilite: prometheus, loki, grafana. - Supervision: icinga (coeur; Icinga Web 2 differe). Forge: forgejo. Integrations clientes: - clients_metriques, clients_journaux, clients_pki, clients_ldap, clients_smtp. Inventaire et outillage: - make inventaire-ui: refonte (cartes, theme sombre, onglets, vue Chaine VM->groupes-> playbooks->roles), saisie du provisioning, auto-proposition depuis la nomenclature, deploiement securise (verifier/deployer, jeton anti-CSRF, verrou, mot de passe vault), robustesse reseau (connexions fermees, favicon). - Makefile: cible verifier-deploiement; detection d'un group_vars de production chiffre. - Scission serveurs_web -> serveurs_web_frontaux/dorsaux; migration de l'adressage vers 10.1.x; retrait des hotes de test; planification des hotes; requirements.yml. Chaque role valide en --syntax-check et ansible-lint (profil production). Secrets references depuis Ansible Vault (jamais en clair); roles non testes live. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
253 lines
6.5 KiB
YAML
253 lines
6.5 KiB
YAML
all:
|
|
children:
|
|
modeles_vm:
|
|
hosts: {}
|
|
hotes_actifs:
|
|
hosts: {}
|
|
hotes_planifies:
|
|
hosts:
|
|
collab-01:
|
|
ansible_host: 10.1.15.21
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.15.1
|
|
proxmox_vlan: 15
|
|
proxmox_vmid: 95201
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
data-01:
|
|
ansible_host: 10.1.13.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.13.1
|
|
proxmox_vlan: 13
|
|
proxmox_vmid: 93101
|
|
proxmox_noeud: asgard
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 160G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 4
|
|
forge-01:
|
|
ansible_host: 10.1.15.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.15.1
|
|
proxmox_vlan: 15
|
|
proxmox_vmid: 95101
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
idm-01:
|
|
ansible_host: 10.1.12.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.12.1
|
|
proxmox_vlan: 12
|
|
proxmox_vmid: 92101
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
infra-dns-01:
|
|
ansible_host: 10.1.11.41
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.11.1
|
|
proxmox_vlan: 11
|
|
proxmox_vmid: 91401
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
infra-edge-01:
|
|
ansible_host: 10.1.11.21
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.11.1
|
|
proxmox_vlan: 11
|
|
proxmox_vmid: 91201
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
infra-mail-01:
|
|
ansible_host: 10.1.11.31
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.11.1
|
|
proxmox_vlan: 11
|
|
proxmox_vmid: 91301
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
infra-pki-01:
|
|
ansible_host: 10.1.11.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.11.1
|
|
proxmox_vlan: 11
|
|
proxmox_vmid: 91101
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
mon-01:
|
|
ansible_host: 10.1.14.41
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.14.1
|
|
proxmox_vlan: 14
|
|
proxmox_vmid: 94401
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
obs-01:
|
|
ansible_host: 10.1.14.11
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.14.1
|
|
proxmox_vlan: 14
|
|
proxmox_vmid: 94101
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 4
|
|
web-dorsal-01:
|
|
ansible_host: 10.1.15.41
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.15.1
|
|
proxmox_vlan: 15
|
|
proxmox_vmid: 95401
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
web-frontal-01:
|
|
ansible_host: 10.1.15.31
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.15.1
|
|
proxmox_vlan: 15
|
|
proxmox_vmid: 95301
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
web-frontal-02:
|
|
ansible_host: 10.1.15.32
|
|
ansible_user: ansible
|
|
proxmox_cidr: 24
|
|
proxmox_passerelle: 10.1.15.1
|
|
proxmox_vlan: 15
|
|
proxmox_vmid: 95302
|
|
proxmox_stockage: TrueNAS
|
|
proxmox_disque_taille: 16G
|
|
proxmox_memoire: 2048
|
|
proxmox_coeurs: 2
|
|
clients_dns:
|
|
hosts:
|
|
collab-01: {}
|
|
web-frontal-01: {}
|
|
clients_journaux:
|
|
hosts: {}
|
|
clients_ldap:
|
|
hosts: {}
|
|
clients_metriques:
|
|
hosts: {}
|
|
clients_pki:
|
|
hosts: {}
|
|
clients_smtp:
|
|
hosts: {}
|
|
clients_supervision:
|
|
hosts:
|
|
web-frontal-01: {}
|
|
serveurs_collabora:
|
|
hosts:
|
|
collab-01: {}
|
|
serveurs_debian:
|
|
hosts:
|
|
collab-01: {}
|
|
data-01: {}
|
|
forge-01: {}
|
|
idm-01: {}
|
|
infra-dns-01: {}
|
|
infra-edge-01: {}
|
|
infra-mail-01: {}
|
|
infra-pki-01: {}
|
|
mon-01: {}
|
|
obs-01: {}
|
|
web-dorsal-01: {}
|
|
web-frontal-01: {}
|
|
web-frontal-02: {}
|
|
serveurs_durcis:
|
|
hosts:
|
|
collab-01: {}
|
|
data-01: {}
|
|
forge-01: {}
|
|
idm-01: {}
|
|
infra-dns-01: {}
|
|
infra-edge-01: {}
|
|
infra-mail-01: {}
|
|
infra-pki-01: {}
|
|
mon-01: {}
|
|
obs-01: {}
|
|
web-dorsal-01: {}
|
|
web-frontal-01: {}
|
|
web-frontal-02: {}
|
|
serveurs_forgejo:
|
|
hosts:
|
|
forge-01: {}
|
|
serveurs_grafana:
|
|
hosts:
|
|
obs-01: {}
|
|
serveurs_icinga:
|
|
hosts:
|
|
mon-01: {}
|
|
serveurs_keycloak:
|
|
hosts:
|
|
idm-01: {}
|
|
serveurs_loki:
|
|
hosts:
|
|
obs-01: {}
|
|
serveurs_nextcloud:
|
|
hosts:
|
|
collab-01: {}
|
|
serveurs_nginx:
|
|
hosts:
|
|
infra-edge-01: {}
|
|
serveurs_openldap:
|
|
hosts:
|
|
idm-01: {}
|
|
serveurs_postgresql:
|
|
hosts:
|
|
data-01: {}
|
|
serveurs_powerdns:
|
|
hosts:
|
|
infra-dns-01: {}
|
|
serveurs_prometheus:
|
|
hosts:
|
|
obs-01: {}
|
|
serveurs_redis:
|
|
hosts:
|
|
data-01: {}
|
|
serveurs_sendmail:
|
|
hosts:
|
|
infra-mail-01: {}
|
|
serveurs_step_ca:
|
|
hosts:
|
|
infra-pki-01: {}
|
|
serveurs_web_dorsaux:
|
|
hosts:
|
|
web-dorsal-01: {}
|
|
serveurs_web_frontaux:
|
|
hosts:
|
|
web-frontal-01: {}
|
|
web-frontal-02: {}
|
|
hotes_proxmox:
|
|
hosts: {}
|