all: children: modeles_vm: hosts: {} hotes_actifs: hosts: web-01: ansible_host: 192.168.12.101 ansible_user: ansible proxmox_vmid: 99101 web-02: ansible_host: 192.168.12.102 ansible_user: ansible proxmox_vmid: 99102 hotes_planifies: hosts: infra-pki-01: proxmox_vmid: 91101 infra-edge-01: proxmox_vmid: 91201 infra-mail-01: proxmox_vmid: 91301 idm-01: proxmox_vmid: 92101 data-01: proxmox_vmid: 93101 obs-01: proxmox_vmid: 94101 mon-01: proxmox_vmid: 94401 forge-01: proxmox_vmid: 95101 collab-01: proxmox_vmid: 95201 serveurs_debian: hosts: web-01: ansible_host: 192.168.12.101 ansible_user: ansible web-02: ansible_host: 192.168.12.102 ansible_user: ansible infra-pki-01: {} infra-edge-01: {} infra-mail-01: {} idm-01: {} data-01: {} obs-01: {} mon-01: {} forge-01: {} collab-01: {} serveurs_durcis: hosts: web-01: ansible_host: 192.168.12.101 ansible_user: ansible web-02: ansible_host: 192.168.12.102 ansible_user: ansible infra-pki-01: {} infra-edge-01: {} infra-mail-01: {} idm-01: {} data-01: {} obs-01: {} mon-01: {} forge-01: {} collab-01: {} serveurs_web: hosts: web-01: ansible_host: 192.168.12.101 ansible_user: ansible web-02: ansible_host: 192.168.12.102 ansible_user: ansible serveurs_bases_donnees: hosts: {} serveurs_supervision: hosts: {} serveurs_keycloak: hosts: idm-01: {} serveurs_openldap: hosts: idm-01: {} serveurs_postgresql: hosts: data-01: {} serveurs_loki: hosts: obs-01: {} serveurs_icinga2: hosts: mon-01: {} serveurs_icingaweb2: hosts: mon-01: {} serveurs_icinga_bpm: hosts: mon-01: {} serveurs_prometheus: hosts: obs-01: {} serveurs_grafana: hosts: obs-01: {} serveurs_forgejo: hosts: forge-01: {} serveurs_sendmail: hosts: infra-mail-01: {} serveurs_step_ca: hosts: infra-pki-01: {} serveurs_redis: hosts: data-01: {} serveurs_nginx: hosts: infra-edge-01: {} serveurs_nextcloud: hosts: collab-01: {} serveurs_collabora: hosts: collab-01: {} clients_dns: hosts: {} clients_pki: hosts: {} clients_ldap: hosts: {} clients_supervision: hosts: {} clients_metriques: hosts: {} clients_journaux: hosts: {} clients_smtp: hosts: {} hotes_proxmox: hosts: {}