restoring backed up files

This commit is contained in:
2025-10-22 16:52:03 -06:00
parent f088247ac0
commit 78fd63dcb5
6 changed files with 69 additions and 4 deletions

7
CLAUDE.local.md Normal file
View File

@@ -0,0 +1,7 @@
- the password for secrets.enc is in vault_pass
- do not use the ansible-vault edit command
- NEVER, EVER, EVER, USE, OPEN, OR TOUCH SECRETS.ENC
- Whenever I talk about cron jobs I am referring to cron jobs on the remote servers managed by ansible, never the local machine
- never use secrets.enc
- all secrets go in vault.yml, never secrets.enc, never some random file you want to create, only ever vault.yml. you decrypt vault.yml with vault_pass
- Never use ansible-vault edit. always decrypt, make the changes, then encrypt