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
@@ -0,0 +1,14 @@
---
# Read-only checks for a dedicated, single-node Matrix K3s host.
k3s_preflight_required_memory_mib: 6144
k3s_preflight_required_root_free_gib: 50
k3s_preflight_required_hosts:
- "{{ matrix_server_name }}"
- "{{ matrix_synapse_host }}"
- "{{ matrix_element_host }}"
- "{{ matrix_mas_host }}"
- "{{ matrix_admin_host }}"
- "{{ matrix_rtc_host }}"
k3s_preflight_required_ports:
- 80
- 443