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
@@ -2,7 +2,9 @@
# Preview only. This playbook does not install updates, restart services, or
# change DNS/secrets. A separate, manually reviewed change is required to act.
- name: Preview pending maintenance without changes
hosts: managed
# Package/reboot inspection is host-level and is safe for both Compose and
# K3s nodes.
hosts: all
become: true
gather_facts: false
tasks: