Hands-on Labs · Self-paced with mentor checkpoints
Automation Runbooks for Administrators
You author repeatable scripts for common maintenance tasks, pair-review them, and attach rollback steps that a teammate could execute half-awake.
What is inside
- Runbook skeleton with metadata header
- Peer review checklist
- Parameterization patterns
- Secret handling discussion (conceptual)
- Change window calendar draft
- Rollback rehearsal
Outcomes you can show a manager
- Publish a reviewed runbook with rollback block
- List secret handling do-nots for your team
- Schedule a realistic change window with owners
FAQ
Is PowerShell mandatory?
Primary examples use PowerShell; you may translate patterns to your preferred shell offline.
Do we store secrets in repos?
Never in exercises. We use placeholder patterns and discuss vault integrations conceptually.
What is not included?
We do not cover third-party configuration management server installs.
Experience notes
Rollback rehearsal exposed gaps in how we documented parameter defaults.