Tonne of updates

This commit is contained in:
2026-02-18 17:15:31 -07:00
parent 56e262ad8b
commit 1a1f12c45b
176 changed files with 12786 additions and 388 deletions

13
bunker-ops/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Vault password file (NEVER commit)
.vault_pass
# Encrypted vault files should be committed, but plaintext should not
# (bootstrap-vault.sh encrypts automatically if .vault_pass exists)
# Ansible retry files
*.retry
# SSH keys
*.pem
*.key
id_rsa*