L'inventaire (hotes generes, group_vars, vault) quitte inventories/ pour instance/inventories/. Suivent : ansible.cfg, Makefile (export SETOPS_INSTANCE ?= instance + chemins derives), scripts (INSTANCE/), config_proxmox.py, .gitignore. Docs primaires (AGENTS/README/ plan-et-generation/architecture) refletent le layout instance/. Non destructif : diff vide, ansible-lint 0 echec, make inventaire-verifier OK. (Docs secondaires a rafraichir ; Phase 3 : deux depots.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
362 B
YAML
23 lines
362 B
YAML
all:
|
|
children:
|
|
modeles_vm:
|
|
hosts:
|
|
basiqueChezlepro:
|
|
ansible_host: 10.1.99.99
|
|
ansible_user: ansible
|
|
ansible_become: true
|
|
|
|
serveur_debian:
|
|
hosts: {}
|
|
|
|
serveur_durci:
|
|
hosts: {}
|
|
|
|
serveur_web_frontal:
|
|
hosts: {}
|
|
|
|
serveur_web_dorsal:
|
|
hosts: {}
|
|
|
|
hotes_proxmox:
|
|
hosts: {}
|