# Runbooks Operational how-tos for recurring tasks — sanitized for public reference. !!! note "Work in progress" Individual runbooks will be added under this section and wired into the nav. ## Sanitization reminder Runbooks often touch real infrastructure. Before a runbook goes public: - Replace real hostnames, internal IPs, and exact topology with placeholders (``, ``, `/srv/...`). - Strip secrets and credentials entirely — reference where they live, never the values. - Keep the procedure and the reasoning; drop the specifics that identify our boxes.