This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/.gitignore
Daniel Allaire 3b7f3098f2 Decouplage moteur/instance Phase 2b : sortir l'inventaire
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>
2026-06-24 09:16:18 -04:00

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