Manage routine operations through Ansible
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user