-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (27 loc) · 897 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (27 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Ansible cache — persisted on host via volume mount, not tracked in git
configs/.facts_cache/*
!configs/.facts_cache/.gitkeep
configs/.inventory_cache/*
!configs/.inventory_cache/.gitkeep
# Ansible Galaxy content — installed via `make galaxy`, not tracked in git
configs/.galaxy/
# Vault password and install locks — never track secrets
configs/.vault_pass
configs/.pip-install.lock
# Ansible logs
logs/*
!logs/.gitkeep
# SSH keys — never commit private keys
# The whole directory: keys of ANY filename (prod.pem, deploy_key, ...) must
# be uncommittable, not just the id_* defaults.
ssh/
# Python
__pycache__/
*.pyc
.venv/
# Claude Code local agent config — developer-local, not part of the image
.claude/
CLAUDE.local.md
# Site-local mesh compose override (points the ansible service at the
# orchestrator image) — machine-specific, never committed
orchestrator.override.yml