Initial VPS operations handbook

This commit is contained in:
windyboy
2026-08-03 12:26:42 +08:00
commit b73125e5bc
97 changed files with 3641 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
# Read-only gate before a K3s or Matrix change.
- name: Validate Matrix K3s host readiness without changes
hosts: matrix
become: true
gather_facts: true
roles:
- role: k3s_preflight
tags: [matrix, preflight, read_only]