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>
29 lines
329 B
Text
29 lines
329 B
Text
*.retry
|
|
# Inventaire genere depuis le plan (artefact, make instancier ; pas une source).
|
|
instance/inventories/*/hosts.genere.yml
|
|
.vault-pass
|
|
facts_cache/
|
|
.ansible/
|
|
*.vault
|
|
*.vault.yml
|
|
*.secret
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
.env
|
|
.env.*
|
|
id_rsa
|
|
id_ed25519
|
|
__pycache__/
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
tmp/
|
|
dist/
|
|
*.tar
|
|
*.tar.gz
|
|
*.zip
|