--- # ============================================================================= # playbooks/site_maintenance.yml # Full maintenance sequence: # 1. Snapshot guest VMs (linux_hosts via XO/Proxmox API) # 2. Preflight safety checks (linux_hosts + xcpng_hosts) # 3. Linux patching (linux_hosts) # # Windows hosts are excluded — WinRM patching not yet implemented. # XCP-NG pool updates are a separate template (xcpng_pool_update.yml) # and should be run before this playbook during a maintenance window. # ============================================================================= - import_playbook: snapshot_pre.yml - import_playbook: site_preflight.yml - import_playbook: linux_patch.yml