gitignore: deploy/ansible/inventory/{production,staging} (carry secrets)
- SHA
128ce28b85d569576dcbbc90d7303434899cf115- Parents
-
abd11cb - Tree
f881576
128ce28
128ce28b85d569576dcbbc90d7303434899cf115abd11cb
f881576| Status | File | + | - |
|---|---|---|---|
| M |
.gitignore
|
6 | 0 |
.gitignoremodified@@ -20,6 +20,12 @@ tmp/ | ||
| 20 | 20 | .env.local |
| 21 | 21 | .air.toml.local |
| 22 | 22 | |
| 23 | +# Real Ansible inventories carry secrets (DB passwords, AEAD keys, | |
| 24 | +# Postmark tokens, S3 creds, WireGuard private keys). Only the | |
| 25 | +# *.example files are committed. | |
| 26 | +deploy/ansible/inventory/production | |
| 27 | +deploy/ansible/inventory/staging | |
| 28 | + | |
| 23 | 29 | # OS / editor junk |
| 24 | 30 | .DS_Store |
| 25 | 31 | Thumbs.db |