Manage routine operations through Ansible

This commit is contained in:
windyboy
2026-08-03 16:01:35 +08:00
parent b73125e5bc
commit 7a9acb4f7c
25 changed files with 353 additions and 59 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
---
# Baseline starts audit-only. Opt-in variables are deliberately false by default.
- name: Apply controlled common baseline
hosts: managed
# The baseline role is OS-level and does not assume Docker Compose, so it
# applies to the Matrix K3s node as well as the Compose hosts.
hosts: all
become: true
gather_facts: false
roles: