Skip to content

Instantly share code, notes, and snippets.

@aarongodin
Last active December 10, 2022 03:56
Show Gist options
  • Save aarongodin/f1e4b4576da9c65dbfca5b1408e8593a to your computer and use it in GitHub Desktop.
Save aarongodin/f1e4b4576da9c65dbfca5b1408e8593a to your computer and use it in GitHub Desktop.
Personal Runbook Template
# runbook-title
## Outcome
> Define an outcome. In 1-2 sentences, what should be the result
> of exercising this runbook.
## Prereqs
> Outline anything that must be done before executing this runbook.
## Stakeholders
> Note people or roles that are commonly tied to the process in this runbook.
## Manifest
> The manifest is the set of workflow steps that produce the desired outcome.
- [ ] Concrete step 1
- [ ] Concrete step 2
- [ ] Concrete step 3
## Completion
> Describe the output of the runbook. When using this runbook as a template,
> this is where you can take notes of anything that didn't go according to plan.
> Perhaps a step was missed in the manifest that should be there, or a new output
> from a command or action is possible that wasn't previously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment