Initialize ops repository

This commit is contained in:
vaultsovereign
2025-12-17 15:13:19 +00:00
commit f375d21a9e
51 changed files with 590 additions and 0 deletions

35
50-runbooks/_template.md Normal file
View File

@@ -0,0 +1,35 @@
# Runbook: <title>
## Purpose
What this runbook does and when to use it.
## Preconditions
- Access/role required:
- Systems required:
- Expected safe state:
- Time estimate:
## Steps
1.
2.
3.
## Validation
How to prove the procedure succeeded (commands + expected output).
## Rollback / Abort
What to do if validation fails, and when to stop.
## Evidence
What you record (timestamps, change IDs, logs, screenshots).
## Notes
Gotchas, dependencies, links.