Files
ansible-msp-automations/playbooks/site_maintenance.yml

8 lines
268 B
YAML

---
# Master wrapper — runs full maintenance sequence
# This is the single template to schedule in Semaphore per client
- import_playbook: snapshot_pre.yml
- import_playbook: site_preflight.yml
- import_playbook: linux_patch.yml
- import_playbook: windows_patch.yml