Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# infra-run/runbooks
|
||||
|
||||
This directory is reserved for runbook-style procedures that describe how to perform controlled operational work. It sits alongside the executable scripts and captures the human workflow around them.
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["runbooks"] --> B["Pre-check"]
|
||||
A --> C["Change execution"]
|
||||
A --> D["Post-check"]
|
||||
A --> E["Rollback or escalation"]
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The directory is currently a placeholder.
|
||||
- It is intended to hold narrative procedures that complement the script-based toolkits.
|
||||
Reference in New Issue
Block a user