aboutsummaryrefslogtreecommitdiff
path: root/templates/ops
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ops')
-rw-r--r--templates/ops/change-request.org17
-rw-r--r--templates/ops/runbook.org19
2 files changed, 36 insertions, 0 deletions
diff --git a/templates/ops/change-request.org b/templates/ops/change-request.org
new file mode 100644
index 0000000..b5944ca
--- /dev/null
+++ b/templates/ops/change-request.org
@@ -0,0 +1,17 @@
+#+TITLE: Change Request - [System/Service]
+#+DATE: %<%Y-%m-%d>
+#+FILETAGS: :ops:change:
+
+* Description
+
+* Rationale
+
+* Impact Assessment
+
+* Rollout Plan
+
+* Rollback Plan
+
+* Approval
+- Requested by:
+- Reviewed by: \ No newline at end of file
diff --git a/templates/ops/runbook.org b/templates/ops/runbook.org
new file mode 100644
index 0000000..2d4eb2a
--- /dev/null
+++ b/templates/ops/runbook.org
@@ -0,0 +1,19 @@
+#+TITLE: Runbook - [Task Name]
+#+FILETAGS: :ops:runbook:
+
+* Purpose
+
+* Prerequisites
+- Access
+- Dependencies
+
+* Step-by-step Instructions
+1. SSH into the server
+2. Run backup script
+3. Check log at /var/log/foo.log
+
+* Troubleshooting
+
+* Rollback Plan
+
+* Related Docs \ No newline at end of file